]> git.sur5r.net Git - openldap/commitdiff
Add opattrs=0 arg to send_search_entry() call
authorHallvard Furuseth <hallvard@openldap.org>
Tue, 13 Jul 1999 05:05:59 +0000 (05:05 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Tue, 13 Jul 1999 05:05:59 +0000 (05:05 +0000)
servers/slapd/back-passwd/search.c

index bd61a8070cddda575c93f3ecb9f4f854fe1510f2..0eea43fe99baa67c6c1418564f3cdc284163e105 100644 (file)
@@ -102,7 +102,7 @@ passwd_back_search(
                attr_merge( e, "objectClass", vals );
        
                if ( test_filter( be, conn, op, e, filter ) == 0 ) {
-                       send_search_entry( be, conn, op, e, attrs, attrsonly );
+                       send_search_entry( be, conn, op, e, attrs, attrsonly, 0 );
                        matched = strdup( be->be_suffix[0] );
                        sent++;
                }