mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
Initialize backend ssf set from global.
This commit is contained in:
parent
5d927e7bb2
commit
b4df227d94
@ -490,6 +490,7 @@ backend_db_init(
|
||||
|
||||
be->be_restrictops = global_restrictops;
|
||||
be->be_requires = global_requires;
|
||||
be->be_ssf_set = global_ssf_set;
|
||||
|
||||
/* assign a default depth limit for alias deref */
|
||||
be->be_max_deref_depth = SLAPD_DEFAULT_MAXDEREFDEPTH;
|
||||
|
Loading…
Reference in New Issue
Block a user