This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
aaa-ldapParams
The following operations can be performed on “aaa-ldapParams”:
show | set | unset |
show aaa ldapParams
Displays the current LDAP configuration on the Citrix ADC.
Synopsis
show aaa ldapParams
Arguments
Output
serverIP The IP address of the LDAP server.
serverPort Port number on which the LDAP server listens for connections.
authTimeout Maximum number of seconds that the Citrix ADC waits for a response from the LDAP server.
ldapBindDnPassword Password for binding to the LDAP server.
ldapBindDn The full distinguished name used to bind to the LDAP server.
ldapLoginName The name attribute used by the system to query the external LDAP server, or an Active Directory.
ldapBase The base or node where the ldapsearch should start. If the LDAP server is running locally, the default value of base is dc=netscaler, dc=com.
secType The communication type between the system and the LDAP server.
svrType LDAP server.
ssoNameAttribute The attribute used by the system to query the external LDAP server, or an Active Directory, for an alternate username to be used in Single Sign-On.
searchFilter The String to be combined with the default LDAP user search string to form the value. For example, vpnallowed=true with ldaploginame “samaccount” and the user-supplied username “bob” would yield the LDAP search string “(&(vpnallowed=true)(samaccount=bob)”.
groupAttrName The Attribute name for group extraction from the LDAP server.
subAttributeName Subattribute name used for group extraction from the LDAP server.
groupAuthName To associate AAA users with an AAA group, use the command
"bind AAA group ... -username ...".
You can bind different policies to each AAA group. Use the command
"bind AAA group ... -policy ..."
passwdChange Accept password change requests.
nestedGroupExtraction Queries the external LDAP server to determine whether the specified group belongs to another group.
maxNestingLevel Number of levels up to which the system can query nested LDAP groups.
groupNameIdentifier LDAP-group attribute that uniquely identifies the group. No two groups on one LDAP server can have the same group name identifier.
groupSearchAttribute LDAP-group attribute that designates the parent group of the specified group. Use this attribute to search for a group’s parent group.
groupSearchSubAttribute LDAP-group subattribute that designates the parent group of the specified group. Use this attribute to search for a group’s parent group.
groupSearchFilter Search-expression that can be specified for sending group-search requests to the LDAP server.
defaultAuthenticationGroup This is the default group that is chosen when the authentication succeeds in addition to extracted groups.
builtin Indicates that a variable is a built-in (SYSTEM INTERNAL) type.
feature The feature to be checked while applying this config
Example
show aaa ldapparams Configured LDAP parameters Server IP: 127.0.0.1 Port: 389 Timeout: 1 BindDn: cn=Manager,dc=florazel,dc=com login: uid Base: dc=florazel,dc=com Secure Type: PLAINTEXT Done
set aaa ldapParams
Modifies the global configuration settings for the LDAP server. The settings that you specify are used for all SSL-VPN virtual servers unless you use authentication policies to create a configuration for a specific SSL-VPN virtual server.
Synopsis
set aaa ldapParams [-serverIP <ip_addr | ipv6_addr | *>] [-serverPort |
NDS )] [-ssoNameAttribute |
DISABLED )] [-nestedGroupExtraction ( ON | OFF )] [-maxNestingLevel |
Arguments
serverIP IP address of your LDAP server.
serverPort Port number on which the LDAP server listens for connections. Default value: 389 Minimum value: 1
authTimeout Maximum number of seconds that the Citrix ADC waits for a response from the LDAP server. Default value: 3 Minimum value: 1
ldapBase Base (the server and location) from which LDAP search commands should start. If the LDAP server is running locally, the default value of base is dc=netscaler, dc=com.
ldapBindDn Complete distinguished name (DN) string used for binding to the LDAP server.
ldapBindDnPassword Password for binding to the LDAP server.
ldapLoginName Name attribute that the Citrix ADC uses to query the external LDAP server or an Active Directory.
searchFilter String to be combined with the default LDAP user search string to form the value to use when executing an LDAP search. For example, the following values: vpnallowed=true, ldaploginame=”“samaccount”” when combined with the user-supplied username ““bob””, yield the following LDAP search string: “”(&(vpnallowed=true)(samaccount=bob)””
groupAttrName Attribute name used for group extraction from the LDAP server.
subAttributeName Subattribute name used for group extraction from the LDAP server.
secType Type of security used for communications between the Citrix ADC and the LDAP server. For the PLAINTEXT setting, no encryption is required.
Possible values: PLAINTEXT, TLS, SSL Default value: TLS
svrType The type of LDAP server.
Possible values: AD, NDS Default value: AAA_LDAP_SERVER_TYPE_DEFAULT
ssoNameAttribute Attribute used by the Citrix ADC to query an external LDAP server or Active Directory for an alternative username. This alternative username is then used for single sign-on (SSO).
passwdChange Accept password change requests.
Possible values: ENABLED, DISABLED Default value: DISABLED
nestedGroupExtraction Queries the external LDAP server to determine whether the specified group belongs to another group.
Possible values: ON, OFF Default value: OFF
maxNestingLevel Number of levels up to which the system can query nested LDAP groups. Default value: 2 Minimum value: 2
groupNameIdentifier LDAP-group attribute that uniquely identifies the group. No two groups on one LDAP server can have the same group name identifier.
groupSearchAttribute LDAP-group attribute that designates the parent group of the specified group. Use this attribute to search for a group’s parent group.
groupSearchSubAttribute LDAP-group subattribute that designates the parent group of the specified group. Use this attribute to search for a group’s parent group.
groupSearchFilter Search-expression that can be specified for sending group-search requests to the LDAP server.
defaultAuthenticationGroup This is the default group that is chosen when the authentication succeeds in addition to extracted groups. Maximum value: 64
Example
To configure authentication in the LDAP server running at 192.40.1.2: set aaa ldapparams -serverip 192.40.1.2 -ldapbase “dc=netscaler,dc=com” -ldapBindDN “cn=Manager,dc=netscaler,dc=com” -ldapBindDnPassword secret -ldaploginname uid
Related Commands
unset aaa ldapParams
Use this command to remove aaa ldapParams settings.Refer to the set aaa ldapParams command for meanings of the arguments.
Synopsis
unset aaa ldapParams [-serverIP] [-serverPort] [-authTimeout] [-ldapBase] [-ldapBindDn] [-ldapBindDnPassword] [-ldapLoginName] [-searchFilter] [-groupAttrName] [-subAttributeName] [-secType] [-svrType] [-ssoNameAttribute] [-passwdChange] [-nestedGroupExtraction] [-maxNestingLevel] [-groupNameIdentifier] [-groupSearchAttribute] [-groupSearchSubAttribute] [-groupSearchFilter] [-defaultAuthenticationGroup]
Share
Share
In this article
This Preview product documentation is Citrix Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Citrix Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Citrix product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.