]> git.sur5r.net Git - openldap/blobdiff - include/ldap_defaults.h
Some minor bugs for dntest ""
[openldap] / include / ldap_defaults.h
index fc1732850f2cf20e717242b29aec6c1eb22e3b7c..9f25a6e8f9a1cc28fa038f2e98c3091d9ae6b031 100644 (file)
@@ -39,9 +39,6 @@
 /* default ldapi:// socket */
 #define LDAPI_SOCK LDAP_RUNDIR LDAP_DIRSEP "ldapi"
 
-/* default file: URI prefix */
-#define LDAP_FILE_URI_PREFIX "file://" LDAP_TMPDIR LDAP_DIRSEP
-
 /*
  * SHARED DEFINITIONS - other things you can change
  */
@@ -88,7 +85,7 @@ Please try again later.\r\n"
        /* timeout for searches */
 #define FINGER_TIMEOUT         60
        /* number of DN components to show in entry displays */
-#define FINGER_RDNCOUNT                DEFAULT_RDNCOUNT        
+#define FINGER_RDNCOUNT                DEFAULT_RDNCOUNT
 
 /*
  * GO500 GOPHER GATEWAY DEFINITIONS
@@ -111,7 +108,7 @@ Please try again later.\r\n"
         */
 /* #define GO500_HOSTNAME      "fully.qualified.hostname.here" */
        /* number of DN components to show in entry displays */
-#define GO500_RDNCOUNT         DEFAULT_RDNCOUNT        
+#define GO500_RDNCOUNT         DEFAULT_RDNCOUNT
 
 /*
  * GO500GW GOPHER GATEWAY DEFINITIONS
@@ -134,7 +131,7 @@ Please try again later.\r\n"
         */
 /* #define GO500GW_HOSTNAME    "fully.qualified.hostname.here" */
        /* number of DN components to show in entry displays */
-#define GO500GW_RDNCOUNT       DEFAULT_RDNCOUNT        
+#define GO500GW_RDNCOUNT       DEFAULT_RDNCOUNT
 
 /*
  * RCPT500 MAIL RESPONDER GATEWAY DEFINITIONS
@@ -157,7 +154,7 @@ Please try again later.\r\n"
 #define RCPT500_UFN
 #endif
        /* number of DN components to show in entry displays */
-#define RCPT500_RDNCOUNT       DEFAULT_RDNCOUNT        
+#define RCPT500_RDNCOUNT       DEFAULT_RDNCOUNT
 
 /*
  * MAIL500 MAILER DEFINITIONS
@@ -210,7 +207,7 @@ Please try again later.\r\n"
 #define SLAPD_DEFAULT_CONFIGFILE       LDAP_SYSCONFDIR LDAP_DIRSEP "slapd.conf"
 #define SLAPD_DEFAULT_UCDATA           LDAP_DATADIR LDAP_DIRSEP "ucdata"
        /* default max deref depth for aliases */
-#define SLAPD_DEFAULT_MAXDEREFDEPTH    15      
+#define SLAPD_DEFAULT_MAXDEREFDEPTH    15
        /* default sizelimit on number of entries from a search */
 #define SLAPD_DEFAULT_SIZELIMIT                500
        /* default timelimit to spend on a search */
@@ -223,7 +220,6 @@ Please try again later.\r\n"
 #define SLAPD_SCHEMA_DN                        "cn=Subschema"
        /* 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"