]> git.sur5r.net Git - openldap/commitdiff
ITS#2622: fix default database directory
authorKurt Zeilenga <kurt@openldap.org>
Mon, 30 Jun 2003 18:46:32 +0000 (18:46 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 30 Jun 2003 18:46:32 +0000 (18:46 +0000)
include/ldap_defaults.h

index f7d1d9d944d4b85d75808d37bc271efbc21eab0c..5ceddf528f00e4e3f3bc5cec102db28a963bb89a 100644 (file)
@@ -72,7 +72,7 @@
  */
        /* location of the default slapd config file */
 #define SLAPD_DEFAULT_CONFIGFILE       LDAP_SYSCONFDIR LDAP_DIRSEP "slapd.conf"
-#define SLAPD_DEFAULT_DB_DIR           LDAP_DATADIR LDAP_DIRSEP "openldap-data"
+#define SLAPD_DEFAULT_DB_DIR           LDAP_RUNDIR LDAP_DIRSEP "openldap-data"
 #define SLAPD_DEFAULT_DB_MODE          0600
 #define SLAPD_DEFAULT_UCDATA           LDAP_DATADIR LDAP_DIRSEP "ucdata"
        /* default max deref depth for aliases */