To let your users authenticate in the orchestrator web interface using credentials stored on a remote LDAP server, you must create an LDAP connection. The following LDAP servers are supported:
The orchestrator cannot make changes on a connected LDAP server.
To configure a connection between the orchestrator and a remote LDAP server:
The user management page is displayed. The Users tab, which is selected by default, displays the table of users.
A table of LDAP connections is displayed.
admin@example.com
admin@example
example.com\admin
example\admin
host name
>:<port number
> for a standard LDAP server. The default port is 389.host name
>:<port number
> for a LDAP server with SSL authentication. The default port is 636.For example, if you enter ldap://example.com:100
, the host name of the LDAP server is 'example.com' and the port number is 100.
value
>,OU=<value
> for authentication in OpenLDAP. A base distinguished name consists of one or more OU attributes that represent the structure of organizational units in the directory of the LDAP server. For example, if you enter OU=OU_example1,OU=OU_example2
, the starting point for searching user accounts is organizational unit OU_example2, which is nested in OU_example1.value
>,DC=<value
> for authentication in Microsoft Active Directory. The base distinguished name consists of two DC attributes that represent the domain components of the LDAP server. For example, if you enter DC=example,DC=com, the starting point for searching user accounts is the 'example.com' domain.value
>,OU=<value
> for authentication in OpenLDAP. A distinguished name consists of one UID attribute and one or more OU attributes. The UID attribute stands for the user ID, while the OU attributes represent the structure of organizational units in the LDAP server directory that contains the user. For example, if you enter UID=user_example,OU=OU_example
, user user_example from organizational unit OU_example is used for authenticating the orchestrator on the LDAP server.value
>,OU=<value
>,DC=<value
>,DC=<value
> for authentication in Microsoft Active Directory. A distinguished name consists of one CN attribute, one or more OU attributes, and two DC attributes. The CN attribute stands for the common name of the user, while the OU attributes represent the structure of organizational units in the LDAP server directory that contains the user. The final two DC attributes represent the components of the domain in which the user is located. For example, if you enter CN=user_example,OU=OU_example,DC=example,DC=com
, user user_example in organizational unit OU_example in the example.com domain is used for authenticating the orchestrator on the LDAP server.The LDAP connection is created and displayed in the table. The LDAP server can now be used when creating users or user groups.
Page top