Table

cm_ldap_sources

Description

LDAP Organizational Identity Sources

Plugin

LDAP Source

Category


Status

Experimental

Introduced

v2.0.0

Last Updated


Future: v5.0.0

api_source_records

Column

Format

Description

Definition

Comments

id

integer, primary key

Row identifier

autoincrement


org_identity_source_id

integer, foreign key

Organizational Identity Source ID

cm_org_identity_sources:id


serverurl

varchar(256)

URL describing LDAP server

RFC 4516

Use to describe hostname, port, and SSL (use ldaps scheme for SSL)

binddn

varchar(128)

DN to bind as

RFC 4514


password

varchar(64)

Password to bind with

RFC 4513

This column should be encrypted

basedn

varchar(128)

Base DN to provision People entries under

RFC 4514


key_attribute

varchar(64)

Attribute in LDAP record holding a persistent unique identifier

RFC 4511


search_filter

varchar(128)

Search filter to constrain retrieved objects

RFC 4511


uid_attrvarchar(64)Attribute to map to Org Identity Identifier of type UID
Temporary, will be replaced by CO-1346
uid_attr_loginbooleanWhether to flag the attribute created from uid_attr as for login
Temporary, will be replaced by CO-1346