From: Kurt Zeilenga Date: Wed, 14 Jun 2000 01:29:51 +0000 (+0000) Subject: Change cn=schema to cn=subschema to reflect subentry contains X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~2654 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=12ffb6eeb8a78252a40e1ab487a712b60fc5eff8;p=openldap Change cn=schema to cn=subschema to reflect subentry contains subschema information. subschema, monitor, config should be per-backend subentries. --- diff --git a/include/ldap_defaults.h b/include/ldap_defaults.h index 14ee2137d1..0d0919ff8c 100644 --- a/include/ldap_defaults.h +++ b/include/ldap_defaults.h @@ -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