1. Setup
  2. Field-attribute-mapping

Setup

Field-attribute-mapping

Another essential setting is the mapping of fields to LDAP attributes

Configuration

There are some essential attributes that may vary amongst different systems. Make sure to configure them according to your directory.

Below you can see the neccesary attributes including their defaults:

[ldap]
  [ldap.fields]
    entryUUID="guid"
    entryDN="entryDN"
    createTimestamp="createTimestamp"
    modifyTimestamp="modifyTimestamp"
    eTag="eTag"

You can override these and more field settings for special LDAP types like User, Role, Group and Container. Please see the LDAP section for more information.