Simon Martinelli [
http://community.jboss.org/people/simas_ch] created the discussion
"What happen to RoleMappingLoginModule?"
To view the discussion, visit:
http://community.jboss.org/message/619896#619896
--------------------------------------------------------------
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
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/619896#619896]
Start a new discussion in JBoss AS7 Development at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]