With JBoss 5 and 6 is used the RoleMappingLoginModule to have an indrection between the roles configured in the application and the names in the ActiveDirectory.
But this seam no longer to work with AS 7.
My configuration:
<login-module code="org.jboss.security.auth.spi.RoleMappingLoginModule" flag="optional">
<module-option name="rolesProperties" value="rolesMapping-roles.properties"/>
</login-module>
The rolesMapping-roles.properties has one entry:
A_Visio=ShopUsers
Thanks for your help.
Simon