On 29/06/06, Michael [Plouj] Ploujnikov <[EMAIL PROTECTED]> wrote:
On 6/28/06, Mick <[EMAIL PROTECTED]> wrote:
> Did you by any chance change your /etc/cups/cupsd.conf file settings
> from the default?

I think this is all I changed:
--- /etc/cups/cupsd.conf        (revision 367)
+++ /etc/cups/cupsd.conf        (revision 413)
@@ -533,7 +533,7 @@
  #BrowseAddress x.y.255.255
  #BrowseAddress x.255.255.255
  #BrowseAddress 255.255.255.255
-#BrowseAddress @LOCAL
+BrowseAddress @LOCAL
  #BrowseAddress @IF(name)

I would try commenting out the line with LOCAL above and check or add
the following:
=====================
User lp
Group lp

Listen 127.0.0.1:631

Browsing Off

SystemGroup lp

<Location />
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
</Location>

<Location /admin>

AuthType Basic
AuthClass System

Order Deny,Allow
Deny From All
Allow From 127.0.0.1

</Location>
=====================

If the above setting works you can start tightening things further,
including encryption, etc. if this machine is exposed to the elements
of nature.  :-)

HTH
--
Regards,
Mick
--
[email protected] mailing list

Reply via email to