]> git.sur5r.net Git - openldap/blobdiff - include/ldap_defaults.h
Remove SCHEMA_NOT_COMPAT #ifdef
[openldap] / include / ldap_defaults.h
index 2d0c1b17a07bef6cc632e9e927a52ff3a019fe1f..0d0919ff8c44515fb83f561ba78cd5866eda84fd 100644 (file)
@@ -202,14 +202,16 @@ Please try again later.\r\n"
        /* default timelimit to spend on a search */
 #define SLAPD_DEFAULT_TIMELIMIT                3600
        /* minimum max ids that a single index entry can map to in ldbm */
-#define SLAPD_LDBM_MIN_MAXIDS          4000
-
-/* the following DNs must be normalized and in uppercase! */
-       /* dn of the special "monitor" entry */
-#define SLAPD_MONITOR_DN               "CN=MONITOR"
-       /* dn of the special "config" entry */
-#define SLAPD_CONFIG_DN                        "CN=CONFIG"
-       /* dn of the special "schema" entry */
-#define SLAPD_SCHEMA_DN                        "CN=SCHEMA"
+#define SLAPD_LDBM_MIN_MAXIDS          (8192-4)
+
+/* the following DNs must be normalized! */
+       /* dn of the default subschema subentry */
+#define SLAPD_SCHEMA_DN                        "cn=Subschema"
+#if 0
+       /* dn of the default "monitor" subentry */
+#define SLAPD_MONITOR_DN               "cn=Monitor"
+       /* dn of the default "config" subentry */
+#define SLAPD_CONFIG_DN                        "cn=Config"
+#endif
 
 #endif /* _LDAP_CONFIG_H */