[gatein-commits] gatein SVN: r2965 - in portal/trunk: server/tomcat/patch/src/main/tomcat/conf and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue May 4 04:58:06 EDT 2010


Author: thomas.heute at jboss.com
Date: 2010-05-04 04:58:05 -0400 (Tue, 04 May 2010)
New Revision: 2965

Modified:
   portal/trunk/docs/reference-guide/en/modules/AuthenticationAndIdentity/SSO.xml
   portal/trunk/server/tomcat/patch/src/main/tomcat/conf/jaas.conf
Log:
GTNPORTAL-955: CAS client setup paragraph is erroneous


Modified: portal/trunk/docs/reference-guide/en/modules/AuthenticationAndIdentity/SSO.xml
===================================================================
--- portal/trunk/docs/reference-guide/en/modules/AuthenticationAndIdentity/SSO.xml	2010-05-04 08:48:40 UTC (rev 2964)
+++ portal/trunk/docs/reference-guide/en/modules/AuthenticationAndIdentity/SSO.xml	2010-05-04 08:58:05 UTC (rev 2965)
@@ -227,7 +227,7 @@
 							In Tomcat, edit <filename>GATEIN_HOME/conf/jaas.conf</filename> and uncomment this section:
 							</para>			
 <programlisting>org.gatein.sso.agent.login.SSOLoginModule required
-org.exoplatform.services.security.j2ee.JbossLoginModule required
+org.exoplatform.services.security.j2ee.TomcatLoginModule required
 portalContainerName=portal
 realmName=gatein-domain
 </programlisting>
@@ -499,7 +499,7 @@
 								In Tomcat, edit <filename>GATEIN_HOME/conf/jaas.conf</filename> and uncomment this section:
 							</para>
 <programlisting>org.gatein.sso.agent.login.SSOLoginModule required
-org.exoplatform.services.security.j2ee.JbossLoginModule requiredtm	
+org.exoplatform.services.security.j2ee.TomcatLoginModule requiredtm	
 portalContainerName=portal
 realmName=gatein-domain
 </programlisting>
@@ -828,7 +828,7 @@
 								If you are running GateIn in Tomcat, edit $GATEIN_HOME/conf/jaas.conf and uncomment this section
 							</para>
 <programlisting>org.gatein.sso.agent.login.SSOLoginModule required
-org.exoplatform.services.security.j2ee.JbossLoginModule required
+org.exoplatform.services.security.j2ee.TomcatLoginModule required
 portalContainerName=portal
 realmName=gatein-domain
 </programlisting>

Modified: portal/trunk/server/tomcat/patch/src/main/tomcat/conf/jaas.conf
===================================================================
--- portal/trunk/server/tomcat/patch/src/main/tomcat/conf/jaas.conf	2010-05-04 08:48:40 UTC (rev 2964)
+++ portal/trunk/server/tomcat/patch/src/main/tomcat/conf/jaas.conf	2010-05-04 08:58:05 UTC (rev 2965)
@@ -5,7 +5,7 @@
   
   // 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
+  // org.exoplatform.services.security.j2ee.TomcatLoginModule required
   // portalContainerName=portal
   // realmName=gatein-domain
 



More information about the gatein-commits mailing list