From d408824ce829ba39605fa491c275fa2904665dec Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Mon, 15 May 2000 23:39:27 +0000 Subject: [PATCH] SLAPD_SCHEMA_NOT_COMPAT: Disable cn=Monitor & cn=Config --- include/ldap_defaults.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/ldap_defaults.h b/include/ldap_defaults.h index ab60cb6dff..13d9d4fd93 100644 --- a/include/ldap_defaults.h +++ b/include/ldap_defaults.h @@ -205,11 +205,13 @@ Please try again later.\r\n" #define SLAPD_LDBM_MIN_MAXIDS 4000 /* the following DNs must be normalized! */ + /* dn of the special "schema" entry */ +#define SLAPD_SCHEMA_DN "cn=Schema" +#ifndef SLAPD_SCHEMA_NOT_COMPAT /* 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" +#endif #endif /* _LDAP_CONFIG_H */ -- 2.39.5