[Jboss-cvs] JBossAS SVN: r56151 - branches/Branch_3_2/testsuite/src/resources/test-configs/tomcat-sso/conf

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Aug 22 15:23:00 EDT 2006


Author: bstansberry at jboss.com
Date: 2006-08-22 15:22:59 -0400 (Tue, 22 Aug 2006)
New Revision: 56151

Modified:
   branches/Branch_3_2/testsuite/src/resources/test-configs/tomcat-sso/conf/login-config.xml
Log:
Add entity bean dependencies to SSO configs

Modified: branches/Branch_3_2/testsuite/src/resources/test-configs/tomcat-sso/conf/login-config.xml
===================================================================
--- branches/Branch_3_2/testsuite/src/resources/test-configs/tomcat-sso/conf/login-config.xml	2006-08-22 19:22:29 UTC (rev 56150)
+++ branches/Branch_3_2/testsuite/src/resources/test-configs/tomcat-sso/conf/login-config.xml	2006-08-22 19:22:59 UTC (rev 56151)
@@ -4,10 +4,7 @@
       "http://www.jboss.org/j2ee/dtd/security_config.dtd">
 
 <policy>
-    <!-- A template configuration for the jmx-console web application. This
-      defaults to the UsersRolesLoginModule the same as other and should be
-      changed to a stronger authentication mechanism as required.
-    -->
+    
     <application-policy name = "jbosstest-sso">
        <authentication>
           <login-module code="org.jboss.security.auth.spi.UsersRolesLoginModule"
@@ -29,4 +26,17 @@
       </authentication>
    </application-policy>
 
+    <!-- Security domains for testing new jca framework -->
+    <application-policy name = "HsqlDbRealm">
+       <authentication>
+          <login-module code = "org.jboss.resource.security.ConfiguredIdentityLoginModule"
+             flag = "required">
+             <module-option name = "principal">sa</module-option>
+             <module-option name = "userName">sa</module-option>
+             <module-option name = "password"></module-option>
+             <module-option name = "managedConnectionFactoryName">jboss.jca:service=LocalTxCM,name=DefaultDS</module-option>
+          </login-module>
+       </authentication>
+    </application-policy>
+
 </policy>




More information about the jboss-cvs-commits mailing list