mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
7b14e1304a
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)
25 lines
445 B
Plaintext
25 lines
445 B
Plaintext
# $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 )
|