mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Add opattrs=0 arg to send_search_entry() call
This commit is contained in:
parent
95b64907d3
commit
4e80e9b9f2
1 changed files with 1 additions and 1 deletions
|
|
@ -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++;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue