Versions Compared

Key

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


Panel

Table of Contents


Excerpt
The LDAP Organizational Identity Source Plugin is designed to integrate with an LDAP server.

Modes

Section


Column


Org Identity Source ModeSupport
Manual Search and LinkingSupported
Enrollment, AuthenticatedNot supported
Enrollment, ClaimNot supported
Enrollment, SearchSupported
Enrollment, SelectSupported



Column


Org Identity Sync ModeSupport
FullSupported, with restrictions
QuerySupported
UpdateSupported
ManualSupported



Installation

This is a non-core plugin, see Installing and Enabling Registry Plugins for more information.

This plugin requires PHP 5.6 or later (for ldap_escape).

(info) PHP 7.2 or later is recommended when integrating with Active Directory (for JSON_INVALID_UTF8_SUBSTITUTE).

Configuration

The LDAP Source Plugin supports both anonymous and authenticated binds.

...

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.

...