# # Configuration file for the CUPS scheduler. See "man cupsd.conf" for a # complete description of this file. # # Log general information in error_log - change "warn" to "debug" # for troubleshooting... LogLevel warn PageLogFormat # Specifies the maximum size of the log files before they are rotated. The value "0" disables log rotation. MaxLogSize 0 # Default error policy for printers ErrorPolicy retry-job # Only listen for connections from the local machine. Port 631 Listen /run/cups/cups.sock # Show shared printers on the local network. Browsing On BrowseLocalProtocols dnssd BrowseOrder allow,deny BrowseAllow all # Default authentication type, when authentication is required... DefaultAuthType None # Web interface setting... WebInterface Yes # Timeout after cupsd exits if idle (applied only if cupsd runs on-demand - with -l) IdleExitTimeout 60 # Restrict access to the server... Order allow,deny Allow from all # Restrict access to the admin pages... Order allow,deny Allow from all # Restrict access to configuration files... Order allow,deny Allow from all # Restrict access to log files... Allow from all Order allow,deny # Set the default printer/job policies... # Job/subscription privacy... JobPrivateAccess default JobPrivateValues default SubscriptionPrivateAccess default SubscriptionPrivateValues default # Job-related operations must be done by the owner or an administrator... Order deny,allow Order deny,allow # All administration operations require an administrator to authenticate... Order deny,allow Allow from all # All printer operations require a printer operator to authenticate... Order deny,allow Allow from all # Only the owner or an administrator can cancel or authenticate a job... Order deny,allow Allow from all Order deny,allow # Set the authenticated printer/job policies... # Job/subscription privacy... JobPrivateAccess default JobPrivateValues default SubscriptionPrivateAccess default SubscriptionPrivateValues default # Job-related operations must be done by the owner or an administrator... Order deny,allow Order deny,allow # All administration operations require an administrator to authenticate... Order deny,allow Allow from all # All printer operations require a printer operator to authenticate... Order deny,allow Allow from all # Only the owner or an administrator can cancel or authenticate a job... Order deny,allow Allow from all Order deny,allow # Set the kerberized printer/job policies... # Job/subscription privacy... JobPrivateAccess default JobPrivateValues default SubscriptionPrivateAccess default SubscriptionPrivateValues default # Job-related operations must be done by the owner or an administrator... AuthType Negotiate Order deny,allow Order deny,allow # All administration operations require an administrator to authenticate... Order deny,allow # All printer operations require a printer operator to authenticate... Order deny,allow # Only the owner or an administrator can cancel or authenticate a job... Order deny,allow Order deny,allow