Author: thomas.heute(a)jboss.com
Date: 2010-02-09 08:56:49 -0500 (Tue, 09 Feb 2010)
New Revision: 1589
Modified:
portal/trunk/server/jboss/patch-ear/src/main/jboss/server/default/deploy/gatein.ear/META-INF/gatein-jboss-beans.xml
portal/trunk/server/tomcat/patch/src/main/tomcat/conf/jaas.conf
Log:
Commented out configuration to make life easier
Modified:
portal/trunk/server/jboss/patch-ear/src/main/jboss/server/default/deploy/gatein.ear/META-INF/gatein-jboss-beans.xml
===================================================================
---
portal/trunk/server/jboss/patch-ear/src/main/jboss/server/default/deploy/gatein.ear/META-INF/gatein-jboss-beans.xml 2010-02-09
13:40:08 UTC (rev 1588)
+++
portal/trunk/server/jboss/patch-ear/src/main/jboss/server/default/deploy/gatein.ear/META-INF/gatein-jboss-beans.xml 2010-02-09
13:56:49 UTC (rev 1589)
@@ -15,6 +15,18 @@
<module-option
name="realmName">gatein-domain</module-option>
</login-module>
</authentication>
+
+ <!-- Uncomment this part (and comment the other part for CAS integration -->
+ <!--
+ <authentication>
+ <login-module code="org.gatein.sso.agent.login.SSOLoginModule"
flag="required">
+ </login-module>
+ <login-module
code="org.exoplatform.services.security.j2ee.JbossLoginModule"
flag="required">
+ <module-option
name="portalContainerName">portal</module-option>
+ <module-option
name="realmName">gatein-domain</module-option>
+ </login-module>
+ </authentication>
+ -->
</application-policy>
</deployment>
Modified: portal/trunk/server/tomcat/patch/src/main/tomcat/conf/jaas.conf
===================================================================
--- portal/trunk/server/tomcat/patch/src/main/tomcat/conf/jaas.conf 2010-02-09 13:40:08
UTC (rev 1588)
+++ portal/trunk/server/tomcat/patch/src/main/tomcat/conf/jaas.conf 2010-02-09 13:56:49
UTC (rev 1589)
@@ -2,4 +2,11 @@
org.exoplatform.web.security.PortalLoginModule required;
org.exoplatform.services.security.jaas.SharedStateLoginModule required;
org.exoplatform.services.security.j2ee.TomcatLoginModule required;
+
+ // Uncomment the following part (and comment the other part for CAS integration
+ // org.gatein.sso.agent.login.SSOLoginModule required
+ // org.exoplatform.services.security.j2ee.JbossLoginModule required
+ // portalContainerName=portal
+ // realmName=gatein-domain
+
};
Show replies by date