[cups.bugs] [LOW] STR #1494: No entries in page_log for authenticated jobs

Ryan Lovett bugs at spacecoaster.org
Fri Mar 17 06:54:17 PST 2006


[STR New]

After modifying my CUPS configuration, (http://www.cups.org/str.php?L1469)
I found that CUPS only logs jobs received from Allow'ed addresses and not
jobs received via authentication. The jobs are actually received and
printed and there are leftover "ticket" files in the spool area ('lpstat
-W completed' does show all jobs), but the authenticated jobs are skipped
over in the page_log. (there are gaps in the page_log job sequencing)


ServerName my.domain.com
ServerAdmin manager at my.domain.com
AccessLog /dev/null
ErrorLog /var/cups/log/error.log
LogLevel warn
MaxLogSize 0
PageLog /var/cups/log/page.log
Printcap /etc/cups/printcap
RequestRoot /var/spool/lp/cups
ServerCertificate /etc/cups/ssl/server.crt
ServerKey /etc/cups/ssl/server.key
TempDir /var/spool/lp/cups/tmp
Port 631
SSLPort 6443
HostNameLookups On
Browsing Off
BrowseDeny All
SystemGroup operator
<Location />
    Satisfy Any
    Order allow,deny
    Allow From 127.0.0.1
    Allow From 11.22.33.0/24
    AuthType Basic
    Encryption Required
</Location>
<Location /printers>
    Satisfy Any
    Order allow,deny
    Allow From 11.22.33.0/24
    AuthType Basic
    Encryption Required
</Location>
<Location /admin>
    AuthType Basic
    AuthClass System
    Order Deny,Allow
    Deny From All
    Allow From 127.0.0.1
    Allow From 11.22.33.0/24
    Encryption Required
</Location>

Link: http://www.cups.org/str.php?L1494
Version: 1.1.23





More information about the cups-devel mailing list