Hi all,
following scenario:
for a user to authnticate we make an ldap query quering also the groups where the user is in.
The user can be in multiple groups and for every group where the user is in, we want to send a separate class-attribute
example:
user1 = member of group1and group3
the RADIUS-Client should receive then Class=group1, Class=group3,
...
In ACS 5.2 only the first matching group will be sent as class-attribute, in the example the RADIUS-Client receives only Class=group1
Log message:
"24101 Some of the retrieved attributes contain multiple values. These values are discarded. The default values, if configured, will be used for these attributes."
Is that functionality working anywhere with a newer ACS 5 Version ?
Thanks
Volker