To configure the LDAP server connection settings:
The LDAP server usually receives inbound connections at port 389 via the TCP or UDP protocol. Port 636 is normally used to connect to an LDAP server via the SSL protocol.
After the Microsoft update is released (see ADV190023 LDAP Channel Binding and LDAP Signing for details), SSL or TLS encryption will be required when connecting to Active Directory. If you continue to use the No encryption option, the application may experience the following operational issues: no connection to Active Directory; no access to copies of messages in personal storage; errors in the message processing rules.
cn=<user name>, ou=<department name>
(if required), dc=<domain name>, dc=<parent domain name>
, if you want to add a connection to a server of an LDAP-compatible directory service (such as Red Hat Directory Server).For example, you can enter the following user name: cn=LdapServerUser, dc=example, dc=com,
where LdapServerUser
is the name of the LDAP server user; example
is the domain name of the directory to which the user's account belongs; com
is the name of the parent domain in which the directory is located.
cn=<user name>, ou=<unit name>
(if required), dc=<domain name>, dc=<parent domain name>
or <user name>@<domain name>.<parent domain name>
if you want to add a connection to a Microsoft Active Directory server.For example, you can enter the following user name: LdapServerUser@example.com,
where LdapServerUser
is the name of the LDAP server user; example.com
is the domain name of the directory to which the user's account belongs.
Enter the search base in the following format: ou=<department name>
(if required), dc=<domain name>
, dc=<parent domain name>
.
For example, you can enter the following search base: ou=people, dc=example, dc=com,
where people
is the directory level from which Kaspersky Secure Mail Gateway starts searching for records (the search is run at the people
level and lower levels. Objects located above this level are excluded from the search scope); example
is the domain name of the directory in which Kaspersky Secure Mail Gateway searches for records; com
is the name of the parent domain in which the directory is located.
Kaspersky Secure Mail Gateway checks the connection to the LDAP server using the connection and authentication settings you have specified.
The LDAP server connection settings window closes.