mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 20:49:35 -05:00
Add schema_prep() call to main() Similiar changes to slapcommon.c Add schema_prep() impl to schema_init.c Add slap_ad_entry and slap_ad_children globals. Add "entry" and "children" to openldap.schema (this likely should be added to schema via code, not configuration)
24 lines
445 B
Text
24 lines
445 B
Text
# $OpenLDAP$
|
|
#
|
|
# This file contains schema items specific to OpenLDAP software.
|
|
#
|
|
|
|
#
|
|
# This file *should* only depend upon core.schema
|
|
#
|
|
|
|
#
|
|
# slapd cn=monitor items
|
|
#
|
|
|
|
#
|
|
# slapd cn=config items
|
|
#
|
|
|
|
#
|
|
# other slapd items
|
|
#
|
|
attributetype ( entryOID NAME 'entry' SUP name
|
|
SINGLE-VALUE NO-USER-MODIFICATION USAGE dSAOperation )
|
|
attributetype ( childrenOID NAME 'children' SUP name
|
|
SINGLE-VALUE NO-USER-MODIFICATION USAGE dSAOperation )
|