﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
125	cups-files.conf.default from cups 2.1.3 is in error	Lewis Rosenthal		"cups-files.conf.default contains:

{{{
# Administrator user group, used to match @SYSTEM in cupsd.conf policy rules...
# This cannot contain the Group value for security reasons...
SystemGroup admin
}}}

Unfortunately, with this line, cupsd.exe -t fails with:

{{{
[c:\usr\sbin] cupsd.exe -t
""/@unixroot/etc/cups/cups-files.conf"" contains errors.
}}}

I'm not certain what group name should be used there, as no matter what I try cupsd -t returns a notice that the file contains errors.

Was cupsd really built with the --with-system-groups option? Are we ensuring that the default system group has been created upon cups install? On this machine, for example, groups says:

{{{
{1}[c:\usr\sbin] groups
groups.exe: cannot find name for group ID 0
0
}}}

There is no /@unixroot/etc/group file, so I'm not even sure how we handle these in our environment (we don't seem to have groupadd available).

Commenting the SystemGroup parameter resolves the error, but I can't tell whether this is causing printing to fail (separate ticket)."	defect	closed	Feedback pending		cups		medium	fixed		
