diff --git a/servers/slapd/overlays/sssvlv.c b/servers/slapd/overlays/sssvlv.c index aded94abcf0b36a8139d052f8248828cd812a4b9..ea7f769cde7f1bfb6287b3e784674efb5f7804b0 100644 --- a/servers/slapd/overlays/sssvlv.c +++ b/servers/slapd/overlays/sssvlv.c @@ -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.