mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 07:39:35 -05:00
Initialize backend ssf set from global.
This commit is contained in:
parent
5d927e7bb2
commit
b4df227d94
1 changed files with 1 additions and 0 deletions
|
|
@ -490,6 +490,7 @@ backend_db_init(
|
||||||
|
|
||||||
be->be_restrictops = global_restrictops;
|
be->be_restrictops = global_restrictops;
|
||||||
be->be_requires = global_requires;
|
be->be_requires = global_requires;
|
||||||
|
be->be_ssf_set = global_ssf_set;
|
||||||
|
|
||||||
/* assign a default depth limit for alias deref */
|
/* assign a default depth limit for alias deref */
|
||||||
be->be_max_deref_depth = SLAPD_DEFAULT_MAXDEREFDEPTH;
|
be->be_max_deref_depth = SLAPD_DEFAULT_MAXDEREFDEPTH;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue