mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
set deref
This commit is contained in:
parent
f6d136a99a
commit
1dbf872d61
@ -300,6 +300,7 @@ dynlist_send_entry( Operation *op, SlapReply *rs )
|
|||||||
cb.sc_next = NULL;
|
cb.sc_next = NULL;
|
||||||
|
|
||||||
o.o_callback = &cb;
|
o.o_callback = &cb;
|
||||||
|
o.ors_deref = LDAP_DEREF_NEVER;
|
||||||
o.ors_limit = NULL;
|
o.ors_limit = NULL;
|
||||||
o.ors_tlimit = SLAP_NO_LIMIT;
|
o.ors_tlimit = SLAP_NO_LIMIT;
|
||||||
o.ors_slimit = SLAP_NO_LIMIT;
|
o.ors_slimit = SLAP_NO_LIMIT;
|
||||||
@ -516,6 +517,7 @@ dynlist_compare( Operation *op, SlapReply *rs )
|
|||||||
}
|
}
|
||||||
|
|
||||||
o.ors_scope = LDAP_SCOPE_BASE;
|
o.ors_scope = LDAP_SCOPE_BASE;
|
||||||
|
o.ors_deref = LDAP_DEREF_NEVER;
|
||||||
an[0].an_name = op->orc_ava->aa_desc->ad_cname;
|
an[0].an_name = op->orc_ava->aa_desc->ad_cname;
|
||||||
an[0].an_desc = op->orc_ava->aa_desc;
|
an[0].an_desc = op->orc_ava->aa_desc;
|
||||||
BER_BVZERO( &an[1].an_name );
|
BER_BVZERO( &an[1].an_name );
|
||||||
|
Loading…
Reference in New Issue
Block a user