Hi all,
I want to use Seam 2.2 with LDAP authentication/authorization. Therefor I found some posts (e.g. https://community.jboss.org/thread/189613 ) .
The problem is that My LDAP is structured with nested groups (e.g. user is member of group 1 and group 1 is member of group2) but the identityManager only returns the direct group (group1).
Now I'm wondering, if/how it is possible to get all groups, where the user is member of (in the example group 1 AND group 2) .
Is there any solution?
Thanks!
Andre