mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
ITS#3989 fix ID used for syncprov_findbase
This commit is contained in:
parent
7fc2627431
commit
fc8b2dda7c
@ -427,7 +427,9 @@ syncprov_findbase( Operation *op, fbase_cookie *fc )
|
|||||||
fop.ors_filter = fc->fss->s_op->ors_filter;
|
fop.ors_filter = fc->fss->s_op->ors_filter;
|
||||||
fop.ors_filterstr = fc->fss->s_op->ors_filterstr;
|
fop.ors_filterstr = fc->fss->s_op->ors_filterstr;
|
||||||
|
|
||||||
|
fop.o_req_dn = fc->fss->s_op->o_req_dn;
|
||||||
fop.o_req_ndn = fc->fss->s_op->o_req_ndn;
|
fop.o_req_ndn = fc->fss->s_op->o_req_ndn;
|
||||||
|
fop.o_authz = fc->fss->s_op->o_authz;
|
||||||
|
|
||||||
fop.o_bd->bd_info = on->on_info->oi_orig;
|
fop.o_bd->bd_info = on->on_info->oi_orig;
|
||||||
rc = fop.o_bd->be_search( &fop, &frs );
|
rc = fop.o_bd->be_search( &fop, &frs );
|
||||||
|
Loading…
Reference in New Issue
Block a user