I have the prescribed login config for dukes bank:

<application-policy name= "dukesbank">
       
          <login-module code = 
"org.jboss.security.auth.spi.UsersRolesLoginModule"             flag = 
"required">
             <module-option name="dsJndiName">java:/DefaultDS</module-option>
             <module-option name="principalsQuery">
                select passwd from Users where username=?
             </module-option>
             <!-- JBoss permissions are expected to have the value 'Roles' -->
             <module-option name="rolesQuery">
                select userRoles, 'Roles' from UserRoles where username=?
             </module-option>
           </login-module>
       
    </application-policy>

According to the jmx-console, under jaas, the server is using the "other" login 
configuration.

Could anybody advise how to troubleshoot this ?

Thanks much.

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

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


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to