Use this command to return the TACACS+ session authorization settings to their default values.
authorization | Clears the TACACS+ session authorization parameters. |
service | Clears the TACACS+ session authorization service name to the default value of “exec.” |
read-only | Clears the TACACS+ session authorization read-only attribute-value pair to their default values of “priv-lvl” and 0. |
read-write | Clears the TACACS+ session authorization read-write attribute-value pair to their default values of “priv-lvl” and 1. |
super-user | Clears the TACACS+ session authorization super-user attribute-value pair to their default values of “priv-lvl” and 15. |
At least one of the session authorization parameters must be specified.
All command modes.
This example shows how to return only the service name to the default of “exec.”
System(rw)->clear tacacs session authorization service
This example shows how to return all the session authorization parameters to their default values.
System(rw)->clear tacacs session authorization service read-only read-write super-user