Skip to content

Commit

Permalink
External LDAP: use AD global catalog ports
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidePrincipi committed Mar 25, 2024
1 parent 9de0afb commit 3b9d464
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion user_domains.rst
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,10 @@ You can connect the NethServer 8 cluster to an existing LDAP server.
- ``Host``: Enter the IP address or hostname of the LDAP server.

- ``Port``: Specify the TCP port number of the remote LDAP service.
Standard values are 389 for LDAP and 636 for LDAPS.
Standard values are 389 for LDAP and 636 for LDAPS. However, with
Active Directory, certain applications like Mail [#admail]_ may
require setting LDAP port 3268 or LDAPS port 3269. This is because
they do not support "LDAP subordinate referrals".

- ``Bind DN`` and ``Password``: Credentials required to access the
remote LDAP server.
Expand Down Expand Up @@ -211,6 +214,7 @@ recovery is not possible.
Ensure each provider is accessible from all cluster nodes for seamless
operation.

.. [#admail] https://doc.dovecot.org/configuration_manual/authentication/ldap/#active-directory
.. _password-policy-section:

Expand Down

0 comments on commit 3b9d464

Please sign in to comment.