LDAP Configuration Properties

The following table lists configuration properties related to LDAP.

For more information, see Enabling LDAP Authentication.
LDAP Parameter Description
ldap.enable Boolean value to enable or disable LDAP (false by default).
ldap.host LDAP server IP or host name.
ldap.port LDAP server port.
ldap.base LDAP base DN.
ldap.start_tls Upgrades LDAP connection a secure connection using TLS (false by default).
ldap.bind.username User name for LDAP server.
ldap.bind.password Password for LDAP server.
ldap.group.names Name of group(s) to search for users. (Optional. LDAP users outside of specified groups cannot be added or authenticated as Team Studio users.)
ldap.group.search_base Group DN to search for users.

(Optional. LDAP users outside of specified groups cannot be added or authenticated as Team Studio users.)

ldap.group.filter Group filter used to search for users.

(Optional. LDAP users outside of specified groups cannot be added or authenticated as Team Studio users.)

ldap.user.search_base Base DN to search for users when authenticating.
ldap.user.search_filter Search filter for users when authenticating.
ldap.attribute.uid LDAP username attribute (uid by default). Required.

For Active Directory, this is often sAMAccountName. Another common value is cn.

ldap.attribute.ou LDAP attribute name for Organizational Unit or Department (ou by default). Maps to Department in Team Studio.
ldap.attribute.gn LDAP attribute name for First name (gn or givenName by default). Maps to First Name in Team Studio.
ldap.attribute.sn LDAP attribute name for Last name. (sn by default). Maps to Last Name in Team Studio.
ldap.attribute.mail LDAP attribute name for e-mail address. (mail by default). Maps to Email in Team Studio.
ldap.attribute.title LDAP attribute name for User's title. (title by default). Maps to Title in Team Studio.