User: stark
Date: 01/03/05 01:53:24
Added: src/etc/client auth.conf
Log:
Initial version of the JBossSX module
Revision Changes Path
1.1 jbosssx/src/etc/client/auth.conf
Index: auth.conf
===================================================================
other {
// Example client auth.conf for using the SRPLoginModule
org.jboss.srp.jaas.SRPLoginModule required
password-stacking="useFirstPass"
principalClassName="org.jboss.security.SimplePrincipal"
srpServerJndiName="SRPServerInterface"
debug=true
;
// jBoss LoginModule
org.jboss.security.ClientLoginModule required
password-stacking="useFirstPass"
;
// Put your login modules that need jBoss here
};