]> git.decadent.org.uk Git - dak.git/commitdiff
Make permissions cascade properly
authorMark Hymers <mhy@debian.org>
Thu, 1 Sep 2011 21:07:47 +0000 (22:07 +0100)
committerMark Hymers <mhy@debian.org>
Thu, 1 Sep 2011 21:07:47 +0000 (22:07 +0100)
Signed-off-by: Mark Hymers <mhy@debian.org>
setup/README

index 08f5c14fddad26d67c33113711a8663058bda32d..1ea78ee3a8e4c753885409591a760010b99fcef3 100644 (file)
@@ -41,6 +41,9 @@ Create the additional roles:
 # createuser -S -R -D ftpmaster
 # createuser -S -R -D ftpteam
 # createuser -S -R -D ftptrainee
+# psql -d projectb -c "ALTER GROUP ftpteam ADD USER ftpmaster"
+# psql -d projectb -c "ALTER GROUP ftptrainee ADD USER ftpmaster"
+# psql -d projectb -c "ALTER GROUP ftptrainee ADD USER ftpteam"
 
 Create an empty database with SQL_ASCII encoding:
 # createdb -T template0 -E SQL_ASCII -O dak projectb