CUPS

mark m.roth2006 at rcn.com
Wed Aug 22 02:03:24 UTC 2007


m.roth2006 at rcn.com wrote:
>> Date: Tue, 21 Aug 2007 14:52:37 -0700 From: "Joshua M. Miller"
>> <joshua at itsecureadmin.com>
<snip>
>> Maybe you could post your sanitized cupsd.conf for us to dissect?
> 
> When I get home.
> 
I'm home.

LogLevel debug

MaxLogSize 0

Printcap /etc/printcap

Browsing On

AuthClass Group
Authtype BasicDigest
AuthClass Group
Allow from 127.0.0.1
Allow from 192.168.0.1/255.255.255.0

<Location /admin>
#
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 192.168.0.0/255.255.255.0

#Encryption Required
</Location>

#
<Location /printers>
Order Deny,Allow
Deny From All
Allow From 127.0.0.1/255.255.255.0
Allow From 192.168.0.1/255.255.255.0/24
AuthType None
</Location>
<Location /jobs>
Order Deny,Allow
Deny From All
Allow From 127.0.0.1/255.255.255.0
Allow From 192.168.0.1/255.255.255.0/24
</Location>
<Location /printers/lp>
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 192.168.0.1/255.255.255.0/24
AuthType None
</Location>
<Location />
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 192.168.0.0/255.255.255.0/24
</Location>
Browsing On
BrowseProtocols cups
BrowseOrder Deny,Allow
BrowseAllow from @IF(eth1)
Listen 127.0.0.1:631
Listen 192.168.0.1:631




More information about the redhat-list mailing list