# # 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 # Configure server hostname ServerAlias {hostname-for-your-cups-jail} # Listen on all available IPs Port 631 Listen /var/run/cups/cups.sock # Show shared printers on the local network. Browsing On BrowseLocalProtocols # Default authentication type, when authentication is required... DefaultAuthType Basic # Web interface setting... WebInterface Yes # Restrict access to the server... Order allow,deny Allow from @LOCAL # Restrict access to the admin pages... Order allow,deny AuthType Default Require user @SYSTEM Allow from localhost # Restrict access to configuration files... Order allow,deny AuthType Default Require user @SYSTEM Allow from localhost # Restrict access to log files... Order allow,deny AuthType Default Require user @SYSTEM Allow from localhost # 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 allow,deny Allow from @LOCAL Order allow,deny Allow from @LOCAL Require user @OWNER @SYSTEM Allow from @LOCAL # All administration operations require an administrator to authenticate... Order allow,deny AuthType Default Require user @SYSTEM Allow from localhost # All printer operations require a printer operator to authenticate... Order allow,deny AuthType Default Require user @SYSTEM Allow from localhost # Only the owner or an administrator can cancel or authenticate a job... Order allow,deny Require user @OWNER @SYSTEM Allow from @LOCAL Order allow,deny Allow from @LOCAL