67
By default, the default authorization method for the ISP domain is used for login users.
The specified RADIUS or HWTACACS scheme must have been configured.
The RADIUS authorization configuration takes effect only when the authentication method and
authorization method of the ISP domain use the same RADIUS scheme.
Related commands:
local-user
,
authorization default
,
hwtacacs scheme
, and
radius scheme
.
Examples
# Configure ISP domain
test
to use local authorization for login users.
<Sysname> system-view
[Sysname] domain test
[Sysname-isp-test] authorization login local
# Configure ISP domain
test
to use RADIUS authorization scheme
rd
for login users and use local
authorization as the backup.
<Sysname> system-view
[Sysname] domain test
[Sysname-isp-test] authorization login radius-scheme rd local
authorization portal
Syntax
authorization portal
{
local
|
none
|
radius-scheme
radius-scheme-name
[
local
] }
undo authorization portal
View
ISP domain view
Default level
2: System level
Parameters
local
: Performs local authorization.
none
:
Does not perform any authorization exchange. In this case, an authenticated portal user can
access the network directly.
radius-scheme
radius-scheme-name
: Specifies a RADIUS scheme by its name, which is a case-insensitive
string of 1 to 32 characters.
Description
Use the
authorization portal
command to configure the authorization method for portal users.
Use the
undo authorization portal
command to restore the default.
By default, the default authorization method for the ISP domain is used for portal users.
The specified RADIUS scheme must have been configured.
The RADIUS authorization configuration takes effect only when the authentication method and
authorization method of the ISP domain use the same RADIUS scheme.
Related commands:
local-user
,
authorization default
, and
radius scheme
.