Author: hfnukal
Date: 2011-11-14 18:36:45 -0500 (Mon, 14 Nov 2011)
New Revision: 8060
Modified:
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/src/main/resources/deploy/gatein.ear/META-INF/gatein-jboss-beans.xml
Log:
JBEPP-1351 Use options in SSOLoginModule example in gatein-jboss-beans.xml
Modified:
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/src/main/resources/deploy/gatein.ear/META-INF/gatein-jboss-beans.xml
===================================================================
---
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/src/main/resources/deploy/gatein.ear/META-INF/gatein-jboss-beans.xml 2011-11-14
23:05:34 UTC (rev 8059)
+++
epp/portal/branches/EPP_5_2_Branch/distribution/jboss-epp/serverAddon/src/main/resources/deploy/gatein.ear/META-INF/gatein-jboss-beans.xml 2011-11-14
23:36:45 UTC (rev 8060)
@@ -32,10 +32,12 @@
</login-module>
</authentication>
- <!-- Uncomment this part (and comment the other part for CAS integration -->
+ <!-- Uncomment this part (and comment the other parts) for CAS, JOSSO or OpenSSO
integration -->
<!--
<authentication>
<login-module code="org.gatein.sso.agent.login.SSOLoginModule"
flag="required">
+ <module-option
name="portalContainerName">portal</module-option>
+ <module-option
name="realmName">gatein-domain</module-option>
</login-module>
<login-module
code="org.exoplatform.services.security.j2ee.JbossLoginModule"
flag="required">
<module-option
name="portalContainerName">portal</module-option>
Show replies by date