User: oleg
Date: 00/10/16 11:00:16
Added: src/etc/conf auth.conf
Log:
JAAS-based security is initiated
Revision Changes Path
1.1 jboss/src/etc/conf/auth.conf
Index: auth.conf
===================================================================
// Put login modules providing authentication and primary realm mappings
// for specific beans here, for example:
// mybean {
// org.jboss.security.DbAuthenticationModule required;
// com.mycompany.MyRealmMappingLoginModule required param1 param2 param3;
// }
irbis {
org.jboss.security.SimpleServerLoginModule required;
};
// Provides the default realm mapping
other {
org.jboss.security.SimpleServerLoginModule required;
};