mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 01:59:38 -05:00
SLAPD_SCHEMA_NOT_COMPAT: Disable cn=Monitor & cn=Config
This commit is contained in:
parent
49f4a7026d
commit
d408824ce8
1 changed files with 4 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue