Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The LDAP Source Plugin can select an arbitrary attribute from the LDAP record to assign to the Org Identity as an Identifier of type UID. This is intended as an interim capability until a more general solution is implemented (CO-1346).

Supported Attributes

The following attributes are currently supported by LdapSource:

LDAP AttributeOrg Identity Source Attribute
edupersonaffiliationAffiliation
employeenumberIdentifier/identifier, type=Enterprise
givennameName/given, type=Official
lAddress/locality, type=Office
mailEmailAddress/mail, type=Official, verified
oo
ouou
postalcodeAddress/postal_code, type=Office
snName/family, type=Official
stAddress/state, type=Office
streetAddress/street, type=Office
telephonenumberTelephoneNumber/number, type=Office
titletitle

Constraints

Full syncs are dependent on the LDAP server having sufficiently high search limits to allow the full directory to be read, or for binding to be performed with a Bind DN with unlimited search permission.

...