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++; }