In ldap.c:2660, there is a condition check to see if vals_idx is zero
2660 if (!vals_idx){
2661 pairdelete(pairs, newpair->attribute);
2662 }
2663 pairadd(&pairlist, newpair);
this
code line makes Radius not appending any reply attribute if the number of attribute is greater than 1. any thought in why we need this here?