Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #
- # "$Id: cupsd.conf.in 9407 2010-12-09 21:24:51Z mike $"
- #
- # Sample configuration file for the CUPS scheduler. See "man cupsd.conf" for a
- # complete description of this file.
- #
- # Deactivate CUPS' internal logrotating, as we provide a better one, especially
- # LogLevel debug2 gets usable now
- MaxLogSize 0
- # Only listen for connections from the local machine.
- Port 631
- Listen /var/run/cups/cups.sock
- # Web interface setting...
- WebInterface Yes
- # Restrict access to the server...
- <Location />
- Order allow,deny
- #Allow localhost
- Allow all
- </Location>
- # Set the default printer/job policies...
- DefaultPolicy default
- <Policy default>
- JobPrivateAccess all
- JobPrivateValues none
- SubscriptionPrivateAccess all
- SubscriptionPrivateValues none
- #All administration operations require an administrator to authenticate...
- # <Limit CUPS-Add-Modify-Printer CUPS-Delete-Printer CUPS-Add-Modify-Class CUPS-Delete-Class CUPS-Set-Default>
- # AuthType Default
- # Require user @SYSTEM
- # Order deny,allow
- # </Limit>
- <Limit CUPS-Move-Job>
- Order deny,allow
- </Limit>
- <Limit All>
- Order deny,allow
- # Allow from @LOCAL
- </Limit>
- </Policy>
- # Document files of completed, canceled, or aborted print jobs can be retained
- PreserveJobFiles Yes
- MaxJobs 20
- #
- # End of "$Id: cupsd.conf.in 9407 2010-12-09 21:24:51Z mike $".
- #
Advertisement
Add Comment
Please, Sign In to add comment