Skip to content
Snippets Groups Projects
Commit 1bdbb9e4 authored by Luke Howard's avatar Luke Howard
Browse files

ITS #3131 - propagate SSF to syncrepl operation

parent a3bbc8ad
No related branches found
No related tags found
No related merge requests found
......@@ -303,6 +303,9 @@ do_syncrep1(
}
}
/* set SSF for local authorization */
ldap_get_option( si->si_ld, LDAP_OPT_X_SASL_SSF, &op->o_ssf );
/* get syncrepl cookie of shadow replica from subentry */
assert( si->si_rid < 1000 );
syncrepl_cn_bv.bv_val = syncrepl_cbuf;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment