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 3c8d9afe9a4aa62b99e6ae1a0405cc2d94de3cff (commit)
from 9cc7f058436d1630550e0ee4c173f28e1e64cf7b (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 3c8d9afe9a4aa62b99e6ae1a0405cc2d94de3cff
Author: Sylvain Beucler <[email protected]>
Date: Thu Mar 19 11:50:27 2015 +0100
nss: note about reseting db view privs
diff --git a/src/db/20150316-nss.sql b/src/db/20150316-nss.sql
index 5e510c9..a28475b 100644
--- a/src/db/20150316-nss.sql
+++ b/src/db/20150316-nss.sql
@@ -18,3 +18,6 @@ ALTER TABLE users DROP "unix_gid";
DELETE FROM nss_groups WHERE group_id=0;
ALTER TABLE nss_groups DROP "user_id";
ALTER TABLE nss_groups ADD CONSTRAINT "gid_pk" PRIMARY KEY (gid);
+
+-- TODO: GRANT SELECT ON nss_groups TO ${database_user}_nss;
+-- or just re-run post-install.d/db/populate.sh
-----------------------------------------------------------------------
Summary of changes:
src/db/20150316-nss.sql | 3 +++
1 file changed, 3 insertions(+)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits