login-config.xml

Jboss isn't updating roles for user?

I am using JBoss3.2 J_Security feature for roles management. In jboss's login-config.xml file.I have specified query to retrieve roles as below. <authentication> <login-module code = "org.jboss.security.auth.spi.DatabaseServerLoginModule" flag = "required" > <module-option name="dsJndiName">java:/R...

JBoss Client-Cert Authentication: Hot to setup UsersRolesLoginModule in login-config.xml

I am looking that chapter 8 of the RedHat, JBoss documentation. I am trying to setup Certificate Authentication as described on this page . On the page it says that the login-config file should have this in it: <application-policy name="jmx-console"> <authentication> <login-module code="org.jboss.security.auth.spi.BaseCe...

JBoss 5.0.0.GA datasource security-domain and login-config.xml

Running into an issue where our datasources for two different DBMS (MS-SQLServer and Informix) are not picking up the security-domain configuration in the login-config.xml file. Our datasources look like this: <datasources> <local-tx-datasource> <jndi-name>ourTX</jndi-name> <connection-url>jdbc:informix-sqli:/...