]> git.sur5r.net Git - openldap/blobdiff - include/ldap_defaults.h
Update to latest devel codes
[openldap] / include / ldap_defaults.h
index 14ee2137d190c7417f7b452df858ce07de6ee195..0d0919ff8c44515fb83f561ba78cd5866eda84fd 100644 (file)
@@ -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