JBoss Community

What happen to RoleMappingLoginModule?

created by Simon Martinelli in JBoss AS7 Development - View the full discussion

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

Start a new discussion in JBoss AS7 Development at Community