# Server Identity ServerName 10.0.0.1 # Server Options # Log general information in error_log - change "info" to "debug" for # troubleshooting... LogLevel info User lp Group lp # Administrator user group... SystemGroup sys root # Network options Listen 10.0.0.1:631 Listen /var/run/cups/cups.sock # Show shared printers on the local network. Browsing Yes BrowsePort 631 BrowseAddress 10.255.255.255:631 BrowseProtocols CUPS BrowseOrder Deny, Allow BrowseDeny from All BrowseAllow localhost BrowseAllow 10.0.0.0/8 # Default authentication type, when authentication is required... DefaultAuthType Basic # Restrict access to the server... Order Deny, Allow Deny from All Allow from 127.0.0.1 Allow from 10.0.0.0/8 Order Deny, Allow Deny from All Allow from 127.0.0.1 Allow from 10.0.0.0/8 Order Deny, Allow Deny from All Allow from 127.0.0.1 Allow from 10.0.0.0/8 # Restrict access to the admin pages... AuthType Basic Order Deny, Allow Deny from All Allow from 127.0.0.1 Allow from 10.0.0.0/8 # Restrict access to configuration files... AuthType Basic Order Deny, Allow Deny From All Allow From 127.0.0.1 Require user @SYSTEM # Set the default printer/job policies... # Job-related operations must be done by the owner or an adminstrator... Require user @OWNER @SYSTEM Order Deny, Allow Allow from All # All administration operations require an adminstrator to authenticate... AuthType Basic Require user @SYSTEM Order Deny, Allow Allow from All # Only the owner or an administrator can cancel or authenticate a job... Require user @OWNER @SYSTEM Order Deny, Allow Allow from All Order Deny, Allow Allow from All # #