authentication-tacacsPolicy¶
The following operations can be performed on "authentication-tacacsPolicy":
show authentication tacacsPolicy¶
Displays the current settings for the specified TACACS+ policy. If no policy name is provided, displays a list of all TACACS+ policies currently configured on the Citrix ADC.
Synopsis¶
show authentication tacacsPolicy [
Arguments¶
name Name of the TACACS+ policy.
Output¶
rule Name of the Citrix ADC named rule, or an expression, that the policy uses to determine whether to attempt to authenticate the user with the TACACS+ server.
reqAction Name of the TACACS+ action to perform if the policy matches.
boundTo The entity name to which policy is bound
activePolicy priority bindPolicyType policyType devno count stateflag
unset authentication tacacsPolicy¶
Use this command to remove authentication tacacsPolicy settings.Refer to the set authentication tacacsPolicy command for meanings of the arguments.
Synopsis¶
unset authentication tacacsPolicy
rm authentication tacacsPolicy¶
Removes the specified TACACS+ policy.
Synopsis¶
rm authentication tacacsPolicy
Arguments¶
name Name of the TACACS+ policy to remove.
add authentication tacacsPolicy¶
Adds a TACACS+ authentication policy. The policy defines the criteria under which the Citrix ADC attempts to authenticate the user with the specified TACACS+ server.
Synopsis¶
add authentication tacacsPolicy
Arguments¶
name Name for the TACACS+ policy. Must begin with a letter, number, or the underscore character (_), and must contain only letters, numbers, and the hyphen (-), period (.) pound (#), space ( ), at (@), equals (=), colon (:), and underscore characters. Cannot be changed after TACACS+ policy is created.
The following requirement applies only to the Citrix ADC CLI: If the name includes one or more spaces, enclose the name in double or single quotation marks (for example, "my authentication policy" or 'my authentication policy').
rule Name of the Citrix ADC named rule, or an expression, that the policy uses to determine whether to attempt to authenticate the user with the TACACS+ server.
reqAction Name of the TACACS+ action to perform if the policy matches.
set authentication tacacsPolicy¶
Configures the specified TACACS+ policy.
Synopsis¶
set authentication tacacsPolicy
Arguments¶
name Name of the TACACS+ policy.
rule Name of the Citrix ADC named rule, or an expression, that the policy uses to determine whether to attempt to authenticate the user with the TACACS+ server.
reqAction Name of the TACACS+ action to perform if the policy matches.