mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Only return requested attrs in sssvlv response
This commit is contained in:
parent
db106f89e6
commit
8eecc9a017
1 changed files with 2 additions and 0 deletions
|
|
@ -630,6 +630,8 @@ static void send_entry(
|
|||
if ( !so->so_tree )
|
||||
return;
|
||||
|
||||
rs->sr_attrs = op->ors_attrs;
|
||||
|
||||
/* RFC 2891: If critical then send the entries iff they were
|
||||
* succesfully sorted. If non-critical send all entries
|
||||
* whether they were sorted or not.
|
||||
|
|
|
|||
Loading…
Reference in a new issue