Skip to content
Snippets Groups Projects
Commit b4df227d authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Initialize backend ssf set from global.

parent 5d927e7b
Branches
Tags
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment