Update of 
/var/cvs/contributions/CMSContainer_Portlets/portlets-jforum/src/webapp/WEB-INF/config
In directory james.mmbase.org:/tmp/cvs-serv32243

Modified Files:
        SystemGlobals.properties 
Log Message:
CMSC-998    , Integrate JForum single sign on with community module


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Portlets/portlets-jforum/src/webapp/WEB-INF/config
See also: http://www.mmbase.org/jira/browse/CMSC-998


Index: SystemGlobals.properties
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Portlets/portlets-jforum/src/webapp/WEB-INF/config/SystemGlobals.properties,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- SystemGlobals.properties    3 Jul 2008 12:03:27 -0000       1.3
+++ SystemGlobals.properties    9 Jul 2008 02:59:21 -0000       1.4
@@ -6,7 +6,7 @@
 # jforum-custom.conf under WEB-INF/config and put the custom
 # keys and values there. 
 #
-# Version: $Id: SystemGlobals.properties,v 1.3 2008/07/03 12:03:27 kevinshen 
Exp $
+# Version: $Id: SystemGlobals.properties,v 1.4 2008/07/09 02:59:21 kevinshen 
Exp $
 
 #####################
 # GENERAL SETTINGS 
@@ -326,8 +326,8 @@
 # default: Non-SSO authentication, which relies on the key 
 #      "login.authenticator" to validate users. For more information, please 
see
 #      net.jforum.sso.LoginAuthenticator and the default implementation.
-authentication.type = default
-
+#authentication.type = default
+authentication.type = sso
 # The above key will be used when "authentication.type" is set to "default"
 # Can be any implementation of net.jforum.sso.LoginAuthenticator
 #
@@ -343,8 +343,8 @@
 # The above key will be be used then "authentication.type" is set to "sso"
 # The default implementation (used here) only checks if request.getRemoteUser()
 # is not null. This may be enough for many situations.
-sso.implementation = net.jforum.sso.RemoteUserSSO
-
+#sso.implementation = net.jforum.sso.RemoteUserSSO
+sso.implementation = org.jahia.portlet.jforum.MyUserSSO
 # Special attributes used when creating a new user
 # Only if auhentication.type = sso
 # The attribute name to search in the session for the password.
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to