]> git.decadent.org.uk Git - dak.git/commitdiff
add repuser as known user
authorJoerg Jaspert <joerg@debian.org>
Sat, 26 Mar 2011 14:07:07 +0000 (15:07 +0100)
committerJoerg Jaspert <joerg@debian.org>
Sat, 26 Mar 2011 14:07:07 +0000 (15:07 +0100)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
config/backports/dak.conf
config/debian-security/dak.conf
config/debian/dak.conf

index d97c52bacfe385fb1862ed9866efe5b01da9055a..020a9963fa1e5afb5441e5a23132bd3a4f5b1cb1 100644 (file)
@@ -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
index cdfe9ea648be6ed61d01406c25164cec746cc8e7..fc4017d7cf26f03c7778c980b95c893221d603cc 100644 (file)
@@ -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
index b888a6062eee558fb299894644109df97124030e..6dddf2298a5a5f1e40c59b98331015650455e78c 100644 (file)
@@ -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