[jboss-user] [Security & JAAS/JBoss] - Re: RoleMappingLoginModule with rule: *=role1, role2

fcorneli do-not-reply at jboss.com
Tue Nov 28 11:41:22 EST 2006


The following also did the trick:

<login-module code="MyLoginModule" flag="required"></login-module>
  | <login-module code="org.jboss.security.auth.spi.IdentityLoginModule" flag="optional">
  |  <module-option name="password-stacking">useFirstPass</module-option>
  |  <module-option name="roles">TheRoleIWantToAdd</module-option>
  | </login-module>

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989397#3989397

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989397



More information about the jboss-user mailing list