Skip to content
This repository has been archived by the owner on Apr 8, 2019. It is now read-only.

Commit

Permalink
Fixed 7.1.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mstruk committed Sep 28, 2012
1 parent 6166f45 commit 99b3c7d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 170 deletions.
Expand Up @@ -295,15 +295,6 @@
</security-domain>
<security-domain name="gatein-domain" cache-type="default">
<authentication>
<login-module code="org.gatein.wci.security.WCILoginModule" flag="optional">
<module-option name="portalContainerName" value="portal"/>
<module-option name="realmName" value="gatein-domain"/>
</login-module>
<login-module code="org.exoplatform.services.security.jaas.SharedStateLoginModule"
flag="required">
<module-option name="portalContainerName" value="portal"/>
<module-option name="realmName" value="gatein-domain"/>
</login-module>
<login-module code="org.exoplatform.services.security.j2ee.JbossLoginModule" flag="required">
<module-option name="portalContainerName" value="portal"/>
<module-option name="realmName" value="gatein-domain"/>
Expand All @@ -312,15 +303,6 @@
</security-domain>
<security-domain name="gatein-domain-sample-portal" cache-type="default">
<authentication>
<login-module code="org.gatein.wci.security.WCILoginModule" flag="optional">
<module-option name="portalContainerName" value="sample-portal"/>
<module-option name="realmName" value="gatein-domain-sample-portal"/>
</login-module>
<login-module code="org.exoplatform.services.security.jaas.SharedStateLoginModule"
flag="required">
<module-option name="portalContainerName" value="sample-portal"/>
<module-option name="realmName" value="gatein-domain-sample-portal"/>
</login-module>
<login-module code="org.exoplatform.services.security.j2ee.JbossLoginModule" flag="required">
<module-option name="portalContainerName" value="sample-portal"/>
<module-option name="realmName" value="gatein-domain-sample-portal"/>
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 99b3c7d

Please sign in to comment.