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.1 has been updated
       via  829b002100d7c5a92e60336d1d06dce3e256717d (commit)
      from  f5d1266f5caa060ca961ef73af1b639a9b5eb453 (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 -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=829b002100d7c5a92e60336d1d06dce3e256717d

commit 829b002100d7c5a92e60336d1d06dce3e256717d
Author: Franck Villaume <[email protected]>
Date:   Sun Apr 22 16:41:18 2018 +0200

    revert fix which breaks http access on scm plugins

diff --git a/src/post-install.d/shell/shell.sh 
b/src/post-install.d/shell/shell.sh
index ed8bf86..4b29354 100755
--- a/src/post-install.d/shell/shell.sh
+++ b/src/post-install.d/shell/shell.sh
@@ -52,8 +52,8 @@ connectionstring = user=$db_user_nss dbname=$db_name $hostconf
 
 
 #----------------- NSS queries
-getpwnam        = SELECT login AS username,'-',gecos,('$homedir_prefix' || 
login) AS homedir,shell,uid,$gid FROM nss_passwd WHERE login = \$1
-getpwuid        = SELECT login AS username,'-',gecos,('$homedir_prefix' || 
login) AS homedir,shell,uid,$gid FROM nss_passwd WHERE uid = \$1
+getpwnam        = SELECT login AS username,passwd,gecos,('$homedir_prefix' || 
login) AS homedir,shell,uid,$gid FROM nss_passwd WHERE login = \$1
+getpwuid        = SELECT login AS username,passwd,gecos,('$homedir_prefix' || 
login) AS homedir,shell,uid,$gid FROM nss_passwd WHERE uid = \$1
 #allusers        = SELECT login AS username,passwd,gecos,('$homedir_prefix' || 
login) AS homedir,shell,uid,$gid FROM nss_passwd
 getgroupmembersbygid = SELECT login AS username FROM nss_passwd WHERE $gid = 
\$1
 getgrnam = SELECT name AS groupname,'x',gid,ARRAY(SELECT user_name FROM 
nss_usergroups WHERE nss_usergroups.gid = nss_groups.gid) AS members FROM 
nss_groups WHERE name = \$1

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

Summary of changes:
 src/post-install.d/shell/shell.sh | 4 ++--
 1 file changed, 2 insertions(+), 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