LDAP configuration options
Fields with the * are mandatory.
LDAP
Enable this toggle to activate LDAP integration and configure connection settings.
LDAP URL *
Full connection URL to your LDAP server in this format:
ldap://<host>:<port>.
ldap://company.com:389
Authentication type
Method used to authenticate with the LDAP server. The only supported value is Trusted Authentication.
Connect user
Distinguished Name (DN) of the LDAP user to connect to the LDAP server and to perform read and search operations on users.
jane.doe
Connect password
Password of the Connect User account.
LDAP schema
Structure and object classes used in the LDAP directory.
cn=Users,dc=<company>,dc=com
Connect user schema *
LDAP attribute used to identify the Connect User for the connection.
cn=Users,dc=<company>,dc=com
Connect user search matching
Criteria used to match the Connect User during LDAP search operations.
cn
Classname
Fully qualified name of the Java class used to handle LDAP connections. Enter the complete package path followed by the class name.
com.company.security.ldap.CustomLdapHandler
Search subtree
Enable this toggle if the LDAP search should include all subtrees under the base DN.
User search filter
LDAP query filter used to search users in the directory.
(objectClass=organizationalPerson)
User search matching
It stores the matching rule used to identify the user within the LDAP directory.
cn
User email address
LDAP attribute that stores the user's email address.
mail
User first name
LDAP attribute for the user's first name.
givenName
User last name
LDAP attribute for the user's last name.
sn
Group search filter
LDAP query filter used to search groups in the directory.
(objectClass=group)
Group search matching
Criteria used to match group entries.
cn
Group search schema *
Schema used for group entries.
cn=Users,dc=company,dc=com
Security keystore
Path to the keystore file containing client certificates for secure LDAP connections.
Security keystore password
Password to access the keystore file.
Security keystore type
Type of keystore.
Security trustore
Path to the trust store file containing trusted CA certificates.
Security trustore password
Password to access the trust store file.
Security trustore type
Type of trust store.
LDAP class implementation
This field is read-only.
After modifying any of these fields, a reboot of Data Mover Smart is required. Click the
Save icon to confirm each change, then go to Settings β System and click the Restart System button.
Last updated