[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] 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.
---
 config/debian/dak.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/config/debian/dak.conf b/config/debian/dak.conf
index 94a1b1b..2ae072a 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
-- 
1.7.2.5


Reply to: