]> git.sur5r.net Git - openldap/blobdiff - include/ldap_defaults.h
Misc DESC updates
[openldap] / include / ldap_defaults.h
index a410df839f6e9c3484dccef0b6d4fab122d2ccee..c5d42f2ae828f0dd1cbbb4b086bfec4b6fdde926 100644 (file)
@@ -37,7 +37,7 @@
 #define LDAP_ENV_PREFIX "LDAP"
 
 /* default ldapi:// socket */
-#define LDAPI_SOCK LDAP_TMPDIR LDAP_DIRSEP ".ldapi_sock"
+#define LDAPI_SOCK LDAP_RUNDIR LDAP_DIRSEP "ldapi"
 
 /* default file: URI prefix */
 #define LDAP_FILE_URI_PREFIX "file://" LDAP_TMPDIR LDAP_DIRSEP
@@ -222,9 +222,10 @@ Please try again later.\r\n"
 /* 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"
+#define SLAPD_MONITOR_NDN              "CN=MONITOR"
+#if 0
        /* dn of the default "config" subentry */
 #define SLAPD_CONFIG_DN                        "cn=Config"
 #endif