LDAP Authentication

After selecting the LDAP authentication method, you will need to provide the following information:

  1. Assign the authentication type as Simple, Digest MD5, or Kerberos.

note.gif

Simple authentication type is NOT recommended since it does not encrypt passwords.

  1. Enter the Authentication Server address.

  2. Enter the Server Port (the default is 389).

  3. Enter the Security Domain (for example, corp.mycompany.com).

  4. In the User Base DN field, specify the DN of the root location to begin an LDAP search for a user record. This attribute is used by n-Command® MSP to locate user information.

    If you select Bind User Base DN to Security Domain, the DN field will populate with domain components (dc) based on the defined security domain.

    You can add common name (cn), user identification (uid), and organizational unit (ou) attributes to the User Base DN field after it is populated or enter the information manually by clicking in the field (for example, uid=%user%,ou=employee,dc=corp,dc=mycompany,dc=com).  

  5. Specify an attribute filter to use in locating a user record in the User Filter field. This filter is used to find a user record from the User Base DN. It is common to use the user name attribute for this filter, but not required (for example, uid=%user%). (The %user% escape sequence will be replaced by the user login at the time of authentication.) This field also allows the cn, uid, and ou attributes to be added.

Once changes have been made in the dialog box, select Apply to save and exit the menu. You can select Cancel to exit without making any changes.

Next, set the user permissions as described in the following section:

Setting User Permissions for LDAP or Active Directory Authentication

Related Topics