mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Switch to openldap-data directory
This commit is contained in:
parent
544ae160b4
commit
6df9b54592
1 changed files with 2 additions and 2 deletions
|
|
@ -78,9 +78,9 @@ bdb_db_init( BackendDB *be )
|
|||
bdb = (struct bdb_info *) ch_calloc( 1, sizeof(struct bdb_info) );
|
||||
|
||||
/* DBEnv parameters */
|
||||
bdb->bi_dbenv_home = ch_strdup( BDB_DBENV_HOME );
|
||||
bdb->bi_dbenv_home = ch_strdup( SLAPD_DEFAULT_DB_DIR );
|
||||
bdb->bi_dbenv_xflags = 0;
|
||||
bdb->bi_dbenv_mode = DEFAULT_MODE;
|
||||
bdb->bi_dbenv_mode = SLAPD_DEFAULT_DB_MODE;
|
||||
|
||||
bdb->bi_cache.c_maxsize = DEFAULT_CACHE_SIZE;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue