This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, 6.0 has been updated
       via  dfd4e45b2cd274965a8c18b313496f2873546ff5 (commit)
      from  d43d651e12d12652468978ca3ebc66cadc3961f2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit dfd4e45b2cd274965a8c18b313496f2873546ff5
Author: Roland Mas <[email protected]>
Date:   Fri Mar 27 14:45:27 2015 +0100

    Use global "users" group, since there's no longer a per-user group

diff --git a/src/etc/httpd.conf.d/05-config-macros-scm.conf 
b/src/etc/httpd.conf.d/05-config-macros-scm.conf
index 980e8db..9112352 100644
--- a/src/etc/httpd.conf.d/05-config-macros-scm.conf
+++ b/src/etc/httpd.conf.d/05-config-macros-scm.conf
@@ -5,10 +5,9 @@
 # - specify explicit user (Require $user)
 
 <Macro ScmUser $user>
-  SetEnvIf Request_URI ^/authscm/$user/ ITKUID=$user ITKGID=$user
+  SetEnvIf Request_URI ^/authscm/$user/ ITKUID=$user ITKGID=users
   # Note: when setting ITKUID, the user's groups (project memberships) are 
added
   # Note: it's important to set ITKGID, otherwise privilege separation breaks 
as gid stays 'www-data'
-  # TODO: drop per-user group and switch to a 'ffusers' group or something
 
   <Location /authscm/$user/>
     Require user $user

-----------------------------------------------------------------------

Summary of changes:
 src/etc/httpd.conf.d/05-config-macros-scm.conf |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to