Skip to content
Snippets Groups Projects
Commit d408824c authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

SLAPD_SCHEMA_NOT_COMPAT: Disable cn=Monitor & cn=Config

parent 49f4a702
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment