From d2abaeb402e4fd4ecf397c2fbe327abfd135180b Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sat, 26 Mar 2011 15:07:07 +0100 Subject: [PATCH] add repuser as known user Signed-off-by: Joerg Jaspert --- config/backports/dak.conf | 2 +- config/debian-security/dak.conf | 2 +- config/debian/dak.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/backports/dak.conf b/config/backports/dak.conf index d97c52ba..020a9963 100644 --- a/config/backports/dak.conf +++ b/config/backports/dak.conf @@ -111,7 +111,7 @@ Import-Users-From-Passwd // The Primary GID of your users. Using uma it is the gid from group users. ValidGID "800"; // Comma separated list of users who are in Postgres but not the passwd file - KnownPostgres "postgres,katie,dak,www-data,qa,guest"; + KnownPostgres "postgres,katie,dak,www-data,qa,guest,repuser"; }; Queue-Report diff --git a/config/debian-security/dak.conf b/config/debian-security/dak.conf index cdfe9ea6..fc4017d7 100644 --- a/config/debian-security/dak.conf +++ b/config/debian-security/dak.conf @@ -46,7 +46,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"; + KnownPostgres "postgres,dak,www-data,udmsearch,repuser"; }; Queue-Report diff --git a/config/debian/dak.conf b/config/debian/dak.conf index b888a606..6dddf229 100644 --- a/config/debian/dak.conf +++ b/config/debian/dak.conf @@ -69,7 +69,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"; + KnownPostgres "postgres,dak,katie,release,qa,www-data,guest,repuser"; }; Clean-Queues -- 2.39.2