General Settings → Authentication → About LDAP Authentication → Configuring LDAP Authentication
To configure LDAP authentication for SBM:
Specify the server name, IP address, or fully qualified domain name of the LDAP server. If your directory is replicated on more than one server, list each server's name separated by a space. If a replicated server uses a different port than is specified in the Port box on this dialog box, type :portnumber after the server name.
Specify the port number of the directory server. The default setting for LDAP using clear text is 389; the default LDAP port for Secure Sockets Layer (SSL) is 636. You can specify a different port if necessary for your installation.
Type the Directory root at which searching for user information will begin. All nodes at and beneath the base are searched for records of users being authenticated. The search timeout period is 30 seconds.
The search filter is used differently depending on if you are working with LDAP users or LDAP groups.
(&(objectClass=user)(sAMAccountName={0}))In this case, when user "Joe Smith" attempts to log in, the {0} specifier is replaced by his SBM login ID jsmith and he is authenticated against LDAP. The authentication will succeed if the SBM login ID matches his LDAP sAMAccountName value and he provides the proper password.
Enter a search string that will act as a filter against the group membership attribute. For example:
(&(objectClass=user)
This is used to ensure that the group membership search result is an actual user account and not a sub-group or other non-user LDAP object.
Type the distinguished name of an LDAP user account that has permission to search and read other user accounts that are to be authenticated in or imported into SBM. If your LDAP provider allows anonymous searches, this box can be empty. If a DN is provided, however, it must be an active and valid LDAP account located in the same root level directory specified in the Search Base and not in a subordinate container. The DN must be able to search all subordinate containers, so it must be placed in a root level directory that encapsulates the rest of the containers that hold your user accounts.
In the Password box, type the password for the user account specified in the Search DN box. The password is encrypted before it is stored in the SBM database.
Type the SBM login ID of a user account to test the provided connection and search parameters settings.
Type the LDAP password of the user account specified in the User name box.
Copyright © 2007–2019 Micro Focus or one of its affiliates. All rights reserved.