From 9ccdb0cd4d66fc274d4f69e4c5870c017be4e5b7 Mon Sep 17 00:00:00 2001
From: Ansgar Burchardt <ansgar@debian.org>
Date: Mon, 27 Jan 2014 23:24:04 +0100
Subject: [PATCH] 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 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
-- 
2.39.5