Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.



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.

FieldDescription
NameEnter the server name.
UsernameSpecify the username authenticating the LDAP connection.
PasswordSpecify the server's password.
Root directory

Enter the RDN (relative distinguished name) of the search directory.

Example: dc=simpleone, dc=ru.

ActiveSelect this checkbox to make the server active or inactive.


Root directory указывается чтобы при логине сразу переходить в нее, иначе может быть отказ в авторизации. Root directory это корневой каталог для пользователя. В AD настраивают какую-то папку, к которой у пользователя есть доступ, и она для него будет корневой (рутовой).

...

Click New, fill in the fields and click Save.

FieldDescription
URL

Enter the LDAP URL there. Here's an example:

ldaps://192.168.1.12:363


ActiveSelect this checkbox to make the URL active or inactive.
OrderSpecify 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
  • Error;
  • Disconnected;
  • Connected.
ServerSpecify 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.

...