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

[dak/master] Keep debian-backup user.



---
 config/debian-security/dak.conf |    2 +-
 config/debian/dak.conf          |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/debian-security/dak.conf b/config/debian-security/dak.conf
index 363d8c7..58a54f0 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 26e4616..6c9436f 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
-- 
1.7.10.4


Reply to: