mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-16 11:57:39 -05:00
move default "directory"
This commit is contained in:
parent
d0555fffe6
commit
dcc943e528
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue