Configure one or more LDAP authentication servers, as required.
-
Click on the LDAP tab and click Create. The LDAP Authentication Server (Create) form opens.
-
Configure the general parameters.
Note: The ID value that you specify defines the server priority. For example, if multiple servers are specified, the NFM-P attempts user authentication using the server that has the lowest ID value first. If the server is unavailable, the NFM-P attempts to connect to the other specified servers, in sequence, by ID.
-
Configure the parameters in the Lookup Credentials panel, if the LDAP server does not allow anonymous lookups.
The Bind DN parameter specifies the LDAP attribute set that identifies a user who is authorized to perform LDAP lookups; the Bind DN password is the password of the user.
-
Configure the parameters in the User Lookup Settings panel.
The Base DN parameter specifies the LDAP context for username and password lookup; for example, ou=People,dc=MyCompany,dc=org.
The Base Filter parameter specifies a filter for the username query. The parameter format is the following:
(attribute={USERNAME})
where
attribute is the LDAP attribute that contains the username
The NFM-P replaces {USERNAME} with the username provided during a login attempt; for example, (cn={USERNAME}) maps the “cn” LDAP attribute to the username.
-
If the LDAP server has user role information and is to provide the name of a user group, configure the parameters in the Group Lookup Settings panel.
Note: The user group name that an LDAP server provides must match the name of a valid NFM-P user group; otherwise, an authenticated user is assigned to the default external user group.
The Group DN parameter specifies the LDAP context for group lookup; for example:
ou=Roles,dc=MyCompany,dc=org
The Group Filter parameter format is one of the following:
where attribute is the LDAP attribute that contains the DN
where
any_attribute is an LDAP attribute
string is the attribute value to match
user_attribute is the LDAP attribute that contains the username
The Attribute ID parameter specifies one of the following:
-
the LDAP attribute name that maps to an NFM-P group name
-
the DN of the query context, if the Attribute is DN? parameter is selected; the “name” attribute in the record maps to an NFM-P group name
-
Save your changes.