From: Ansgar Burchardt Date: Sat, 19 Jan 2013 14:42:33 +0000 (+0100) Subject: config/debian/dak.conf: keep dak-unpriv user in postgres X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4d902498b114e9397c4d00274b3a9df24dd215dc;p=dak.git config/debian/dak.conf: keep dak-unpriv user in postgres dak show-deferred now runs as dak-unpriv and needs a (read-only) database connection. --- diff --git a/config/debian/dak.conf b/config/debian/dak.conf index 94a1b1b5..2ae072ae 100644 --- a/config/debian/dak.conf +++ b/config/debian/dak.conf @@ -60,7 +60,7 @@ Import-Users-From-Passwd { ValidGID "800"; // Comma separated list of users who are in Postgres but not the passwd file - KnownPostgres "postgres,dak,katie,release,qa,www-data,guest,repuser"; + KnownPostgres "postgres,dak,dak-unpriv,katie,release,qa,www-data,guest,repuser"; }; Clean-Queues