]> git.sur5r.net Git - openldap/commitdiff
ITS #3131 - propagate SSF to syncrepl operation
authorLuke Howard <lukeh@openldap.org>
Wed, 5 May 2004 05:41:43 +0000 (05:41 +0000)
committerLuke Howard <lukeh@openldap.org>
Wed, 5 May 2004 05:41:43 +0000 (05:41 +0000)
servers/slapd/syncrepl.c

index 2af17cd30b1f46d5ea67fbb637e30ccec5ad5aab..62b0cd309a49c82adec8e415380b044ba98e2706 100644 (file)
@@ -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;