mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 10:39:34 -05:00
ITS #3131 - propagate SSF to syncrepl operation
This commit is contained in:
parent
a3bbc8adec
commit
1bdbb9e4f5
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue