Administration Commands : aaa authorization map

aaa authorization map
Description
Use the aaa authorization map default-user command to configure authorization mapping settings. Authorization is the action of determining what a user is allowed to do. Generally, authentication precedes authorization.
Syntax
aaa authorization map default-user <user>
no aaa authorization map default-user
aaa authorization map order <policy>
no aaa authorization map order
Arguments
Use the no form of this command to clear the local user default mapping.
remote-only Only honor user mapping from remote authentication server.
remote-first Honor user mapping from remote auth server, if provided; otherwise use local mapping.
local-first Ignore user mapping from remote auth server; use local mapping only.
Use the no form of the command to clear the authorization user mapping order policy.
 
Defaults
None.
Command Mode
Global Configuration Mode
See Also
See the following related commands:
n
n
Usage Guidelines
When you enter a user name, the system verifies in the database that the user ID is valid.
Examples
To set authorization mapping to check the remote database first:
(config) # aaa authorization map order remote-first
 

Please send comments or suggestions regarding user documentation to techpubs@silver-peak.com.