mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
ITS#4227 delta-sync should use subtree search
This commit is contained in:
parent
dcaa6aa830
commit
a342ee4d88
1 changed files with 1 additions and 1 deletions
|
|
@ -349,7 +349,7 @@ ldap_sync_search(
|
||||||
filter = si->si_logfilterstr.bv_val;
|
filter = si->si_logfilterstr.bv_val;
|
||||||
attrs = lattrs;
|
attrs = lattrs;
|
||||||
attrsonly = 0;
|
attrsonly = 0;
|
||||||
scope = LDAP_SCOPE_ONELEVEL;
|
scope = LDAP_SCOPE_SUBTREE;
|
||||||
} else {
|
} else {
|
||||||
rhint = 1;
|
rhint = 1;
|
||||||
base = si->si_base.bv_val;
|
base = si->si_base.bv_val;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue