From 4d902498b114e9397c4d00274b3a9df24dd215dc Mon Sep 17 00:00:00 2001 From: Ansgar Burchardt Date: Sat, 19 Jan 2013 15:42:33 +0100 Subject: [PATCH] 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 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2