If you want LDAP users or LDAP user groups to be able to log in to the orchestrator web interface using their credentials, you must first create an LDAP connection that the orchestrator uses to connect to the remote server, and then create your LDAP users or LDAP user groups.
To create an LDAP connection:
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.
For example, if the FQDN of the domain is 'example.com' and the alias is 'example', a user named 'admin' can enter the following credentials when logging into the orchestrator web interface:
admin@example.com
admin@example
example.com\admin
example\admin
ldap://<
host name
>:<
port number
>
for a standard LDAP server. The default port is 389.ldaps://<
host name
>:<
port number
>
for an LDAP server with SSL authentication. The default port is 636.For example, if you enter ldap://example.com:100
, the host name of the remote server is 'example.com' and the port number is 100.
OU=<
value
>,OU=<
value
>
format, where OU
is the structure of organizational units in the remote server directory. 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.DC=<
value
>,DC=<
value
>
, where DCs
are the domain components of the remote server. For example, if you enter DC=example,DC=com
, the starting point for searching user accounts is the 'example.com' domain.UID=<
value
>
,OU=<
value
>
format, where UID
is the user ID and OU
is the organizational unit structure in the remote server directory where the user is located. 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 remote server.CN=<
value
>
,OU=<
value
>
,DC=<
value
>
,DC=<
value
>
, where CN
is the common name of the user, OU
is the organizational unit structure in the remote server directory that the user belongs to, and the DCs
are the user's domain components. 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 remote server.The LDAP connection is created and displayed in the table.
Page top