mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
ITS#5195 - use connection's ssf for auxprop lookup
This commit is contained in:
parent
61129f8d7a
commit
6dc52cc91d
@ -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 New Issue
Block a user