switch to openldap-data directory

This commit is contained in:
Kurt Zeilenga 2002-02-02 06:26:06 +00:00
parent 6df9b54592
commit 6b29def1c8
2 changed files with 0 additions and 11 deletions

View file

@ -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"

View file

@ -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 '@'