Add opattrs=0 arg to send_search_entry() call

This commit is contained in:
Hallvard Furuseth 1999-07-13 05:05:59 +00:00
parent 95b64907d3
commit 4e80e9b9f2

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