Attribute mapper implementation

The attribute mapper is designed to extract a specific attribute from a certificate DN and search for the attribute in the LDAP data store to determine the LDAP record of the user to whom the certificate belongs. Any attribute and attribute value combined with the chosen search filter must return only one record on the LDAP server. If the query returns more than one value, the authentication request is denied. The attribute mapper returns the DN of the record returned by the LDAP query to the LDAP authentication delegate. The attribute mapper is implemented by the com.sybase.ep.security.authdelegate.ldap.AttributeMapper class.

To use the Attribute mapper, you must define the following properties: