mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
Additional ONELEVEL fix
This commit is contained in:
parent
a63cce673e
commit
bc8550e3c2
@ -380,6 +380,7 @@ glue_op_search ( Operation *op, SlapReply *rs )
|
||||
if ( rs->sr_err == LDAP_NO_SUCH_OBJECT ) {
|
||||
gs.err = LDAP_SUCCESS;
|
||||
}
|
||||
op->ors_scope = LDAP_SCOPE_ONELEVEL;
|
||||
op->o_req_dn = dn;
|
||||
op->o_req_ndn = ndn;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user