Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
dak.conf: add `codesign` user to list of known postgres users
· 3336d2da
Ansgar
authored
Jul 29, 2018
3336d2da
Merge branch 'master' into deploy
· f6a1ba3f
Ansgar
authored
Jul 29, 2018
f6a1ba3f
Show whitespace changes
Inline
Side-by-side
config/debian/dak.conf
View file @
f6a1ba3f
...
...
@@ -64,7 +64,7 @@ Import-Users-From-Passwd
{
ValidGID
"Debian"
;
//
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,debian-backup,dak-code"
;
KnownPostgres
"postgres,dak,dak-unpriv,katie,release,qa,www-data,guest,repuser,debian-backup,dak-code
,codesign
"
;
};
Clean
-
Queues
...
...