User: d_jencks
Date: 02/04/13 21:31:57
Modified: src/etc/conf/default auth.conf
Log:
A little config cleanup and possible solution to jdk1.4 hslqdb login problem
Revision Changes Path
1.11 +16 -4 jboss/src/etc/conf/default/auth.conf
Index: auth.conf
===================================================================
RCS file: /cvsroot/jboss/jboss/src/etc/conf/default/auth.conf,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- auth.conf 24 Mar 2002 21:44:32 -0000 1.10
+++ auth.conf 14 Apr 2002 04:31:57 -0000 1.11
@@ -4,7 +4,7 @@
// //
/// ====================================================================== ///
-// $Id: auth.conf,v 1.10 2002/03/24 21:44:32 d_jencks Exp $
+// $Id: auth.conf,v 1.11 2002/04/14 04:31:57 d_jencks Exp $
// Put login modules providing authentication and realm mappings
// for security domains.
@@ -50,15 +50,27 @@
};
// Security domain for testing new jca framework
-DefaultDbRealm {
+HsqlDbRealm {
//
// Security domain for new jca framework.
// One per ManagedConnectionFactory are required.
org.jboss.resource.security.ConfiguredIdentityLoginModule required
principal="sa"
userName="sa"
- password=""
- managedConnectionFactoryName="jboss.jca:service=LocalTxCM"
+ //password="" jdk1.4 doesn't like empty strings here.
+ managedConnectionFactoryName="jboss.jca:service=LocalTxCM,name=hsqldbDS"
+ ;
+};
+
+FirebirdDBRealm {
+ //
+ // Security domain for new jca framework.
+ // One per ManagedConnectionFactory are required.
+ org.jboss.resource.security.ConfiguredIdentityLoginModule required
+ principal="sysdba"
+ userName="sysdba"
+ password="masterkey"
+ managedConnectionFactoryName="jboss.jca:service=XaTxCM,name=FirebirdDS"
;
};
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development