LDAP integration allows your instance using your LDAP or AD server as the source of the user data.
LDAP - это протокол для подключения к серверу, который в себе хранит аутентификационные данные типа логопассов. Есть AD (решение от MS), а есть прочие решения, под линукс, например. Но все они по сути работают, поддерживая протокол LDAP.
...
Click New, fill in the fields and click Save.
Field | Description |
---|---|
Name | Enter the server name. |
Username | Specify the username authenticating the LDAP connection. |
Password | Specify the server's password. |
Root directory | Enter the RDN (relative distinguished name) of the search directory. Example: dc=simpleone, dc=ru. |
Active | Select this checkbox to make the server active or inactive. |
Root directory указывается чтобы при логине сразу переходить в нее, иначе может быть отказ в авторизации. Root directory это корневой каталог для пользователя. В AD настраивают какую-то папку, к которой у пользователя есть доступ, и она для него будет корневой (рутовой).
...
Click New, fill in the fields and click Save.
Field | Description |
---|---|
URL | Enter the LDAP URL there. Here's an example:
|
Active | Select this checkbox to make the URL active or inactive. |
Order | Specify the order of this URL if there are more than one similar items. In this case, they will be processed in the descending order. |
Operational status |
|
Server | Specify the appropriate LDAP server (choose it from the previously created). |
If you want to establish a secure LDAP connection via port 363, then you need to provide the SSL-certificate.
...