So I switched to the LdapExtLoginModule and I have this working, but I am 
seeing some unexpected behavior.

I have 2 groups, Administrators and Users.  I have a user that is a member of 
only one of those groups, in this case Administrators.  If I have a function 
that has the @RolesAllowed={"Administrators", "Users"} I get a permission 
denied complaining that the user does not have the RequiredRoles.  It seems as 
if the LdapExtLoginModule is requiring the user to be a member of both groups 
instead of just 1 which is the opposite of what the UsersRolesLoginModule does 
which will work if the user is a member of either.  Is there a way to force 
these two Modules to act the same?

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4185078
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to