ITS#5195 - use connection's ssf for auxprop lookup

This commit is contained in:
Howard Chu 2010-03-04 00:16:49 +00:00
parent 61129f8d7a
commit 6dc52cc91d

View File

@ -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;