# # "$Id: cupsd.conf.in 5114 2006-02-16 12:28:29Z mike $" # # Sample configuration file for the Common UNIX Printing System (CUPS) # scheduler. See "man cupsd.conf" for a complete description of this # file. # # ServerAdmin ServerAdmin joost@versdirect.nl # Log general information in error_log - change "info" to "debug" for # troubleshooting... LogLevel info MaxLogSize 2000000000 # Administrator user group... #SystemGroup sys root SystemGroup automatisering # Only listen for connections from the local machine. #Listen localhost:631 Listen 192.168.30.64:80 Listen 127.0.0.1:631 #Listen /var/run/cups/cups.sock DefaultEncryption Never # Show shared printers on the local network. Browsing On BrowseOrder allow,deny BrowseAllow @LOCAL BrowseShortNames No # Default authentication type, when authentication is required... DefaultAuthType Basic # Restrict access to the server... # # Order allow,deny # Allow localhost # Order Deny,Allow Deny From All Allow From 127.0.0.1 Allow From 192.168.31.151 Allow From 192.168.31.152 Allow From 192.168.31.153 Allow From 192.168.30.135 Allow From 192.168.30.66 Allow From 192.168.30.68 # Restrict access to the admin pages... # # Order allow,deny # Allow localhost # #AuthType Basic #AuthClass Group #AuthGroupName automatisering Require user @automatisering @combilo Order Deny,Allow Deny From All Allow From 127.0.0.1 Allow From 192.168.31.151 Allow From 192.168.31.152 Allow From 192.168.31.153 Allow From 192.168.30.135 Allow From 192.168.30.66 Allow From 192.168.30.68 #Encryption Required # Restrict access to configuration files... # # AuthType Basic # Require user @SYSTEM # Order allow,deny # Allow localhost # #AuthType Basic #AuthClass Group #AuthGroupName automatisering Require user @automatisering @combilo Order Deny,Allow Deny From All Allow From 127.0.0.1 Allow From 192.168.31.151 Allow From 192.168.31.152 Allow From 192.168.31.153 Allow From 192.168.30.135 Allow From 192.168.30.66 Allow From 192.168.30.68 #Encryption Required #AuthType Basic #AuthClass Group #AuthGroupName vdn Order Deny,Allow Deny From All Allow From 127.0.0.1 Allow From 192.168.31.151 Allow From 192.168.31.152 Allow From 192.168.31.153 #AuthType Basic #AuthClass Group #AuthGroupName users Require user @users Order Deny,Allow Deny From All Allow from 127.0.0.1 Allow From 192.168.31.151 Allow From 192.168.31.152 Allow From 192.168.31.153 Allow From 192.168.30.135 AuthType None Order Deny,Allow Deny From None Allow From All # 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 # All administration operations require an adminstrator to authenticate... AuthType Basic Require user @SYSTEM Order deny,allow # Only the owner or an administrator can cancel or authenticate a job... Require user @OWNER @SYSTEM Order deny,allow Order deny,allow # Job-related operations must be done by the owner or an adminstrator... Require user @OWNER @SYSTEM @combilo Order deny,allow # All administration operations require an adminstrator to authenticate... AuthType Basic Require user @SYSTEM @combilo Order deny,allow # Only the owner or an administrator can cancel or authenticate a job... Require user @OWNER @SYSTEM @combilo Order deny,allow Order deny,allow # Job-related operations must be done by the owner or an adminstrator... Require user @OWNER @SYSTEM Order deny,allow # All administration operations require an adminstrator to authenticate... AuthType Basic Require user @SYSTEM Order deny,allow # Only the owner or an administrator can cancel or authenticate a job... Require user @OWNER @SYSTEM Order deny,allow Order deny,allow # Job-related operations must be done by the owner or an adminstrator... Require user @OWNER @SYSTEM Order deny,allow # All administration operations require an adminstrator to authenticate... AuthType Basic Require user @SYSTEM Order deny,allow # Only the owner or an administrator can cancel or authenticate a job... Require user @OWNER @SYSTEM Order deny,allow Order deny,allow # Job-related operations must be done by the owner or an adminstrator... Require user @OWNER @SYSTEM Order deny,allow # All administration operations require an adminstrator to authenticate... AuthType Basic Require user @SYSTEM Order deny,allow # Only the owner or an administrator can cancel or authenticate a job... Require user @OWNER @SYSTEM Order deny,allow Order deny,allow # # End of "$Id: cupsd.conf.in 5114 2006-02-16 12:28:29Z mike $". #