The login-config.xml tag has no wiki summary.
2
votes
1answer
2k views
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 ...
1
vote
1answer
78 views
Configure JBoss with multiple LDAP servers
Our network has a main Active Directory and a backup in case first one doesn't respond.
I want to configure the JBoss server to use the backup when this happens.
This is my current login-config.xml . ...
1
vote
1answer
267 views
How to change/update login-config.xml without a need to restart jboss server
I have a jee application running on jboss 4.2.3GA.
Login-config.xml is including the following piece of code;
<authentication>
..
<module-option name="principalsQuery">
...
0
votes
1answer
439 views
Jboss application-policy ignored in mutual/client-cert auth with PBESecurityDomain
With the following, mutual client cert, SSL (TLS) handshake works for a rest endpoint (yay!) - validated via testing and debugging: javax.net logging & wireshark. But...
1st observation: ...