ADC CLI Commands

authentication-ldapPolicy

The following operations can be performed on “authentication-ldapPolicy”:

show set unset add rm

show authentication ldapPolicy

Displays the current settings for the specified LDAP policy. If no policy name is provided, displays a list of all LDAP policies currently configured on the Citrix ADC.

Synopsis

show authentication ldapPolicy []

Arguments

name Name of the LDAP 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 LDAP server.

reqAction Name of the LDAP action to perform if the policy matches.

boundTo The entity name to which policy is bound

activePolicy priority bindPolicyType policyType devno count stateflag

set authentication ldapPolicy

Configures the specified LDAP policy.

Synopsis

set authentication ldapPolicy [-rule ] [-reqAction ]

Arguments

name Name of the LDAP policy.

rule The new rule to associate with the policy.

reqAction The new LDAP action to associate with the policy.

unset authentication ldapPolicy

Use this command to remove authentication ldapPolicy settings.Refer to the set authentication ldapPolicy command for meanings of the arguments.

Synopsis

unset authentication ldapPolicy [-rule] [-reqAction]

add authentication ldapPolicy

Adds an LDAP authentication policy. The policy defines the criteria under which the Citrix ADC attempts to authenticate the user with the specified LDAP server.

Synopsis

add authentication ldapPolicy []

Arguments

name Name for the LDAP 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 LDAP 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 LDAP server.

reqAction Name of the LDAP action to perform if the policy matches.

rm authentication ldapPolicy

Removes an LDAP policy.

Synopsis

rm authentication ldapPolicy

Arguments

name Name of the LDAP policy to remove.

authentication-ldapPolicy