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 to a secure connection using TLS (false by default). |
| ldap.bind.username | Username 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 TIBCO Data Science - 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 TIBCO Data Science - 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 TIBCO Data Science - 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
|
| ldap.attribute.ou | LDAP attribute name for Organizational Unit or Department (ou by default). Maps to the Department in
TIBCO Data Science - Team Studio.
|
| ldap.attribute.gn | LDAP attribute name for First name (gn or
givenName by default). Maps to the First Name in
TIBCO Data Science - Team Studio.
|
| ldap.attribute.sn | LDAP attribute name for Last name. (sn by default). Maps to the Last Name in
TIBCO Data Science - Team Studio.
|
| ldap.attribute.mail | LDAP attribute name for e-mail address. (mail by default). Maps to the Email in
TIBCO Data Science - Team Studio.
|
| ldap.attribute.title | LDAP attribute name for User's title. (title by default). Maps to the Title in
TIBCO Data Science - Team Studio.
|