From 4e80e9b9f285bcc7b98a16d370611fd906f130a7 Mon Sep 17 00:00:00 2001 From: Hallvard Furuseth Date: Tue, 13 Jul 1999 05:05:59 +0000 Subject: [PATCH] Add opattrs=0 arg to send_search_entry() call --- servers/slapd/back-passwd/search.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/slapd/back-passwd/search.c b/servers/slapd/back-passwd/search.c index bd61a8070c..0eea43fe99 100644 --- a/servers/slapd/back-passwd/search.c +++ b/servers/slapd/back-passwd/search.c @@ -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++; } -- 2.39.5