# # "$Id: cupsd.conf.in 5454 2006-04-23 21:46:38Z mike $" # # Sample configuration file for the Common UNIX Printing System (CUPS) # scheduler. See "man cupsd.conf" for a complete description of this # file. # # Log general information in error_log - change "info" to "debug" for # troubleshooting... LogLevel debug # Administrator user group... SystemGroup sys root # Only listen for connections from the local machine. # Show shared printers on the local network. # Default authentication type, when authentication is required... DefaultAuthType Basic # Restrict access to the server... Order allow,deny Allow localhost Allow 10. # Restrict access to the admin pages... Encryption Required Order allow,deny Allow localhost Allow 10. # Restrict access to configuration files... AuthType Basic Require user @SYSTEM Order allow,deny Allow localhost Allow 10. # Set the default printer/job policies... # Job-related operations must be done by the owner or an adminstrator... Require user @OWNER @SYSTEM manutencao 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 @SYSTEM manutencao Order deny,allow Order deny,allow # LogFilePerm: determines the file mode to set log files to. # MaxLogSize 2000000000 LogFilePerm 0600 # # End of "$Id: cupsd.conf.in 5454 2006-04-23 21:46:38Z mike $". # # Lines below are automatically generated - DO NOT EDIT Browsing On BrowseProtocols cups BrowseOrder Deny,Allow BrowseAllow from @LOCAL Listen 127.0.0.1:631 Listen 10.12.10.206:631