To have the network access server request authorization information through a TACACS+ security server, use the
aaa
authorization command with the
group
tacacs+
method keyword. For more specific information about configuring authorization using a TACACS+ security server, see the Configuring
TACACS+ feature module. For an example of how to enable a TACACS+ server to authorize the use of network services, including
PPP and ARA, see the TACACS Authorization Examples for more information.
To allow users to have access to the functions they request as long as they have been authenticated, use the
aaa
authorization command with the
if-authenticated
method keyword. If this method is selected, all requested functions are automatically granted to authenticated users.
There may be times when it is not desirable to run authorization from a particular interface or line. To stop authorization
activities on designated lines or interfaces, use the
none
method keyword. If this method is selected, authorization is disabled for all actions.
To select local authorization, which means that the router or access server consults its local user database to determine
the functions a user is permitted to use, use the
aaa
authorization command with the
local
method keyword. The functions associated with local authorization are defined by using the
username global configuration command. For a list of permitted functions, see the Configuring Authentication feature module.
To have the network access server request authorization through a LDAP security server, use the
ldap
method keyword. For more specific information about configuring authorization using a RADIUS security server, see the Configuring
RADIUS feature module
To have the network access server request authorization through a RADIUS security server, use the
radius
method keyword. For more specific information about configuring authorization using a RADIUS security server, see the Configuring
RADIUS feature module.
To have the network access server request authorization through a RADIUS security server, use the
aaa
authorization command with the
group
radius
method keyword. For more specific information about configuring authorization using a RADIUS security server, see the Configuring
RADIUS feature module. For an example of how to enable a RADIUS server to authorize services, see the RADIUS Authorization
Example for more information.
Note |
Authorization method lists for SLIP follow whatever is configured for PPP on the relevant interface. If no lists are defined
and applied to a particular interface (or no PPP settings are configured), the default setting for authorization applies.
|