// 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
{
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
{
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