mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
switch to openldap-data directory
This commit is contained in:
parent
6df9b54592
commit
6b29def1c8
2 changed files with 0 additions and 11 deletions
|
|
@ -28,16 +28,8 @@ LDAP_BEGIN_DECL
|
|||
#define bv2DBT(bv,t) ((t)->data = (bv)->bv_val, \
|
||||
(t)->size = (bv)->bv_len )
|
||||
|
||||
#define DEFAULT_MODE 0600
|
||||
|
||||
#define BDB_TXN_RETRIES 16
|
||||
|
||||
#ifdef BDB_HIER
|
||||
#define BDB_DBENV_HOME LDAP_RUNDIR LDAP_DIRSEP "openldap-hdb"
|
||||
#else
|
||||
#define BDB_DBENV_HOME LDAP_RUNDIR LDAP_DIRSEP "openldap-bdb"
|
||||
#endif
|
||||
|
||||
#ifdef BDB_SUBDIRS
|
||||
#define BDB_TMP_SUBDIR LDAP_DIRSEP "tmp"
|
||||
#define BDB_LG_SUBDIR LDAP_DIRSEP "log"
|
||||
|
|
|
|||
|
|
@ -20,9 +20,6 @@ LDAP_BEGIN_DECL
|
|||
# define DEFAULT_DBCACHE_SIZE 100000
|
||||
#endif
|
||||
|
||||
#define DEFAULT_DB_DIRECTORY LDAP_RUNDIR LDAP_DIRSEP "openldap-ldbm"
|
||||
#define DEFAULT_MODE 0600
|
||||
|
||||
#define DN_BASE_PREFIX SLAP_INDEX_EQUALITY_PREFIX
|
||||
#define DN_ONE_PREFIX '%'
|
||||
#define DN_SUBTREE_PREFIX '@'
|
||||
|
|
|
|||
Loading…
Reference in a new issue