Attribute properties in LdapConfig

Several key configuration settings of any LDAP user service are “attribute” properties. Find them in the either the LdapConfig container or ActiveDirectoryConfig container (depending on type of user service). These properties correspond to names of specific attributes in the target LDAP directory.

Each entry in the LDAP directory (say for a person or user) has multiple attributes which may or may not be assigned values. For example, a company LDAP directory might have entries for all employees, each with various attributes like “Full name”, “Phone number”, “Title”, “Address”, and so on.

A sample LDAP user entry may include attribute names and values as shown below.

User: jdoe
uid: jdoe
fullName: John Doe
title: Software Engineer
employeeNumber: E666
mobile: 555-555-0103
mail: jdoe@example.net
preferredLanguage: en
member: Engineering

In the station’s LdapConfig or ActiveDirectoryConfig attribute (Attr) properties, values should correspond to the names of the attributes in the LDAP directory. The value of the LDAP attribute is then pulled from the LDAP directory to fill out information about the user.

Figure 10. Attr (attribute) properties in LdapConfig


Attr (attribute) properties in LdapConfig

For example, for the Niagara station user “jdoe” in the LDAP sample entry above to have a “Full Name” property value, you enter “displayName” in the “Attr Full Name” field. The attribute properties are: