]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/sasl.c
rework op/rs structures to deal with opeartional attributes
[openldap] / servers / slapd / sasl.c
index 02409f11169af4f272d296493d347d32ba2f6e5d..e4d6e3a14f8d34ccf7526bb0606569d40d5fb571 100644 (file)
@@ -486,6 +486,8 @@ slap_auxprop_lookup(
                        op.ors_slimit = 1;
                        op.ors_filter = &generic_filter;
                        op.ors_filterstr = generic_filterstr;
+                       /* FIXME: we want all attributes, right? */
+                       op.ors_attrs = NULL;
 
                        op.o_bd->be_search( &op, &rs );
                }