Hi everyone,
I'm running a fresh 6.6.x CAS connected to ldap.
I'm strating to work with attribute-repository and person directory.
I'm trying to add attribute that concatenate the ldap group to which the current user is member of.
At this point I'm succeeding in returning and sharing the first group of the ldap search
Yet I would like to have something like : group1,group2,group3
What is the process to aggregate / normalise the group list to a list of groups ?
Thanks