]> git.sur5r.net Git - openldap/commitdiff
Add a default db directory for all backends
authorKurt Zeilenga <kurt@openldap.org>
Sat, 2 Feb 2002 06:18:11 +0000 (06:18 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 2 Feb 2002 06:18:11 +0000 (06:18 +0000)
include/ldap_defaults.h

index d4d1198b1737c9140adf2c88d99f2e41b23bb159..c0f6b53899c62463825b6e22a697e3b873e1d759 100644 (file)
@@ -116,6 +116,8 @@ Please try again later.\r\n"
  */
        /* 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_MODE          0600
 #define SLAPD_DEFAULT_UCDATA           LDAP_DATADIR LDAP_DIRSEP "ucdata"
        /* default max deref depth for aliases */
 #define SLAPD_DEFAULT_MAXDEREFDEPTH    15