openldap/servers/slapd/schema/openldap.schema
Kurt Zeilenga 7b14e1304a Relocate schema_init() call to main()
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)
2000-05-15 20:04:36 +00:00

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 )