User: oleg
Date: 00/10/17 06:57:46
Modified: src/etc/conf auth.conf
Log:
Sorry, forgot to remove debug application entry
Revision Changes Path
1.2 +1 -4 jboss/src/etc/conf/auth.conf
Index: auth.conf
===================================================================
RCS file: /products/cvs/ejboss/jboss/src/etc/conf/auth.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- auth.conf 2000/10/16 18:00:16 1.1
+++ auth.conf 2000/10/17 13:57:46 1.2
@@ -4,12 +4,9 @@
// org.jboss.security.DbAuthenticationModule required;
// com.mycompany.MyRealmMappingLoginModule required param1 param2 param3;
// }
-irbis {
- org.jboss.security.SimpleServerLoginModule required;
-};
-// Provides the default realm mapping
other {
+ // Provides the default realm mapping
org.jboss.security.SimpleServerLoginModule required;
};