Table

cm_co_ldap_provisioner_targets

Description

Per-CO LDAP provisioning target configurations

Plugin

LdapProvisioner

Column

Format

Description

Definition

Comments

id

integer, primary key

Row identifier

autoincrement


co_provisioning_target_id

integer, foreign key

CO Provisioning Target ID

cm_co_provisioning_targets:id


serverurl

varchar(256)

URL describing LDAP server to provision

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


dn_attribute_name

varchar(32)

When constructing the DN, the attribute name to use for the unique component

RFC 4514


dn_identifier_type

varchar(32)

When constructing the DN, the indentifier type to use to populate the attribute value for the unique component

cm_identifiers:type


group_basedn

varchar(128)

Base DN to provision Group entries under

RFC 4514


person_ocsvarchar(256)Additional objectclasses to attach to a person recordRFC 4512Added v1.0.3
group_ocsvarchar(256)Additional objectclasses to attach to a group recordRFC 4512Added v1.0.3

attr_opts

boolean

Enable attribute option support

RFC 4512

Added v3.2.0

scope_suffixvarchar(128)For eduPerson attributes requiring scope, the scope to appendeduPersonAdded v2.0.0
unconf_attr_modevarchar(2)How to handle unconfigured attributes within a schema
  • I: Ignore
  • R: Remove
Added v2.0.0

oc_eduperson

boolean

Enable eduPerson schema support

eduPerson


oc_edumember

boolean

Enable eduMember schema support

eduMember


oc_groupofnames

boolean

Enable groupOfNames schema support

RFC 4519


oc_posixaccountbooleanEnable posixAccount schema supportRFC 2307
oc_posixgroupbooleanEnable posixGroup schema supportRFC 2307Added v3.3.0
oc_voposixaccountbooleanEnable voPosixAccount schema supportvoPersonAdded v3.3.0
oc_voposixgroupbooleanEnable voPosixGroup schema supportvoPersonAdded v3.3.0
cluster_idinteger, foreign keyCluster to provision for posixAccount/posixGroup purposescm_clusters:id

Currently only Unix Clusters are supported

Added v3.3.0

oc_ldappublickeybooleanEnable ldapPublicKey schema supportldapPublicKey
oc_vopersonbooleanEnabled voPerson schema supportvoPersonAdded v3.2.0