mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
s/CN=SCHEMA/cn=Schema/
This commit is contained in:
parent
37235b71c0
commit
49f4a7026d
@ -204,12 +204,12 @@ Please try again later.\r\n"
|
||||
/* 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! */
|
||||
/* the following DNs must be normalized! */
|
||||
/* dn of the special "monitor" entry */
|
||||
#define SLAPD_MONITOR_DN "CN=MONITOR"
|
||||
#define SLAPD_MONITOR_DN "cn=Monitor"
|
||||
/* dn of the special "config" entry */
|
||||
#define SLAPD_CONFIG_DN "CN=CONFIG"
|
||||
#define SLAPD_CONFIG_DN "cn=Config"
|
||||
/* dn of the special "schema" entry */
|
||||
#define SLAPD_SCHEMA_DN "CN=SCHEMA"
|
||||
#define SLAPD_SCHEMA_DN "cn=Schema"
|
||||
|
||||
#endif /* _LDAP_CONFIG_H */
|
||||
|
Loading…
Reference in New Issue
Block a user