mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 09:39:45 -05:00
Change cn=schema to cn=subschema to reflect subentry contains
subschema information. subschema, monitor, config should be per-backend subentries.
This commit is contained in:
parent
d7301c1b57
commit
12ffb6eeb8
1 changed files with 4 additions and 4 deletions
|
|
@ -205,12 +205,12 @@ Please try again later.\r\n"
|
|||
#define SLAPD_LDBM_MIN_MAXIDS (8192-4)
|
||||
|
||||
/* the following DNs must be normalized! */
|
||||
/* dn of the special "schema" entry */
|
||||
#define SLAPD_SCHEMA_DN "cn=Schema"
|
||||
/* dn of the default subschema subentry */
|
||||
#define SLAPD_SCHEMA_DN "cn=Subschema"
|
||||
#if 0
|
||||
/* dn of the special "monitor" entry */
|
||||
/* dn of the default "monitor" subentry */
|
||||
#define SLAPD_MONITOR_DN "cn=Monitor"
|
||||
/* dn of the special "config" entry */
|
||||
/* dn of the default "config" subentry */
|
||||
#define SLAPD_CONFIG_DN "cn=Config"
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue