Skip to content
Snippets Groups Projects
Commit dcc943e5 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

move default "directory"

parent d0555fff
Branches
Tags
No related merge requests found
......@@ -15,8 +15,8 @@ LDAP_BEGIN_DECL
which is suggested by Sleepycat */
#define DEFAULT_DBCACHE_SIZE (128 * DEFAULT_DB_PAGE_SIZE)
#define DEFAULT_DB_DIRECTORY "/usr/tmp"
#define DEFAULT_DB_HOME "/usr/tmp"
#define DEFAULT_DB_DIRECTORY LDAP_RUNDIR LDAP_DIRSEP "openldap-bdb2"
#define DEFAULT_DB_HOME DEFAULT_DB_DIRECTORY
#define DEFAULT_MODE 0600
#define SUBLEN 3
......
......@@ -20,7 +20,7 @@ LDAP_BEGIN_DECL
# define DEFAULT_DBCACHE_SIZE 100000
#endif
#define DEFAULT_DB_DIRECTORY "/usr/tmp"
#define DEFAULT_DB_DIRECTORY LDAP_RUNDIR LDAP_DIRSEP "openldap-ldbm"
#define DEFAULT_MODE 0600
#define SUBLEN 3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment