diff -ruN source.orig/printing/nt_printing.c source/printing/nt_printing.c --- source.orig/printing/nt_printing.c 2007-11-15 04:15:04.000000000 +0100 +++ source/printing/nt_printing.c 2007-11-20 17:15:53.000000000 +0100 @@ -5511,7 +5511,9 @@ to do with the child (job) object becoming like a printer?? -tpot */ - access_type = PRINTER_ACCESS_ADMINISTER; + /* This seems to break job administration users or groups who do not + * have the SePrintOperatorPrivilege privilege. */ + /* access_type = PRINTER_ACCESS_ADMINISTER; */ } /* Check access */