33
Examples
# In ISP domain
test
, perform local authorization for login users.
<Sysname> system-view
[Sysname] domain test
[Sysname-isp-test] authorization login local
# In ISP domain
test
, perform RADIUS authorization for login users based on scheme
rd
and use
local authorization as the backup.
<Sysname> system-view
[Sysname] domain test
[Sysname-isp-test] authorization login radius-scheme rd local
Related commands
authorization default
hwtacacs scheme
local-user
radius scheme
authorization portal
Use
authorization portal
to configure the authorization method for portal users.
Use
undo authorization portal
to restore the default.
Syntax
In non-FIPS mode:
authorization portal
{
local
[
none
] |
none
|
radius-scheme
radius-scheme-name
[
local
]
[
none
]
}
undo authorization portal
In FIPS mode:
authorization portal
{
local
|
radius-scheme
radius-scheme-name
[
local
]
}
undo authorization portal
Default
The default authorization method of the ISP domain is used for portal users.
Views
ISP domain view
Predefined user roles
network-admin
Parameters
local
: Performs local authorization.
none
: Does not perform authorization. An authenticated portal user directly accesses the network.
radius-scheme radius-scheme-name
: Specifies a RADIUS scheme by its name, a case-insensitive
string of 1 to 32 characters.
Usage guidelines
The RADIUS authorization configuration takes effect only when the authentication method and
authorization method of the ISP domain use the same RADIUS scheme.