mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 01:29:59 -05:00
ITS#5195 - use connection's ssf for auxprop lookup
This commit is contained in:
parent
61129f8d7a
commit
6dc52cc91d
1 changed files with 1 additions and 0 deletions
|
|
@ -404,6 +404,7 @@ slap_auxprop_lookup(
|
|||
op->ors_slimit = 1;
|
||||
op->ors_filter = &generic_filter;
|
||||
op->ors_filterstr = generic_filterstr;
|
||||
op->o_authz = conn->c_authz;
|
||||
/* FIXME: we want all attributes, right? */
|
||||
op->ors_attrs = NULL;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue