]> git.sur5r.net Git - openldap/commitdiff
ITS#5195 - use connection's ssf for auxprop lookup
authorHoward Chu <hyc@openldap.org>
Thu, 4 Mar 2010 00:16:49 +0000 (00:16 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 4 Mar 2010 00:16:49 +0000 (00:16 +0000)
servers/slapd/sasl.c

index 1cb997428e3f1f2558caf4d772c0305de1291369..88684b51e6c743194e2e3411d8bfe43d52c385f9 100644 (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;