]> git.decadent.org.uk Git - dak.git/commitdiff
Keep debian-backup user.
authorAnsgar Burchardt <ansgar@debian.org>
Mon, 27 Jan 2014 22:24:04 +0000 (23:24 +0100)
committerAnsgar Burchardt <ansgar@debian.org>
Mon, 27 Jan 2014 22:24:04 +0000 (23:24 +0100)
config/debian-security/dak.conf
config/debian/dak.conf

index 363d8c79196eaa17b2be9634ef122a7297bb58a7..58a54f0a073ed2608dfe5a066f19e247c4a4e0fd 100644 (file)
@@ -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
index 26e4616752cf1206f788df172c0823385c669422..6c9436f97e4e3531dee3a6fdc2f55f962f6280e5 100644 (file)
@@ -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