From: Ansgar Burchardt Date: Mon, 27 Jan 2014 22:24:04 +0000 (+0100) Subject: Keep debian-backup user. X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=9ccdb0cd4d66fc274d4f69e4c5870c017be4e5b7 Keep debian-backup user. --- diff --git a/config/debian-security/dak.conf b/config/debian-security/dak.conf index 363d8c79..58a54f0a 100644 --- a/config/debian-security/dak.conf +++ b/config/debian-security/dak.conf @@ -38,7 +38,7 @@ Import-Users-From-Passwd { ValidGID "800"; // Comma separated list of users who are in Postgres but not the passwd file - KnownPostgres "postgres,dak,www-data,udmsearch,repuser"; + KnownPostgres "postgres,dak,www-data,udmsearch,repuser,debian-backup"; }; Queue-Report diff --git a/config/debian/dak.conf b/config/debian/dak.conf index 26e46167..6c9436f9 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,dak-unpriv,katie,release,qa,www-data,guest,repuser"; + KnownPostgres "postgres,dak,dak-unpriv,katie,release,qa,www-data,guest,repuser,debian-backup"; }; Clean-Queues