Versions Compared

Key

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

...

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

opt_lang

boolean

Enable attribute option language support

RFC 4512

Not yet implemented

opt_role

boolean

Enable attribute option role support

RFC 4512

Not yet implemented

scope_suffixvarchar(128)For eduPerson attributes requiring scope, the scope to appendeduPersonAdded v1.1.0
unconf_attr_modevarchar(2)How to handle unconfigured attributes within a schema
  • I: Ignore
  • R: Remove
Added v1.1.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