From: Luke Howard Date: Wed, 5 May 2004 05:41:43 +0000 (+0000) Subject: ITS #3131 - propagate SSF to syncrepl operation X-Git-Tag: OPENDLAP_REL_ENG_2_2_MP~405 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1bdbb9e4f5bd583d379a00ba9c45efe4b5085256;p=openldap ITS #3131 - propagate SSF to syncrepl operation --- diff --git a/servers/slapd/syncrepl.c b/servers/slapd/syncrepl.c index 2af17cd30b..62b0cd309a 100644 --- a/servers/slapd/syncrepl.c +++ b/servers/slapd/syncrepl.c @@ -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;