This is my <Location /admin> section from /etc/cups/cupsd.conf:

<Location /admin>
#
# You definitely will want to limit access to the administration
functions.
# The default configuration requires a local connection from a user who
# is a member of the system group to do any admin tasks.  You can change
# the group name using the SystemGroup directive.
#

AuthType Basic
AuthClass System

## Restrict access to local domain
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From @LOCAL

#Encryption Required
</Location>

works for me (only from hosts on the local net)

On Tue, 2003-09-30 at 23:59, Tux the turtle wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Am Dienstag, 30. September 2003 19:49 schrieb Brent:
> > Hi,
> >
> > The Admin section of cupsd.conf needs to be enabled and cupsd needs to
> > be listening to an open port particularly port 631.
> >
> >
> > <Location
> > /admin>
> > AuthType Basic
> > AuthClass System
> >
> > ## Restrict access to local domain
> > Order Deny,Allow
> > Deny From All
> > Allow From *.*.*.* (insert address you want to manage the server from
> > here)
> > #Encryption Required
> > </Location>
> That's what I tried but it does not work... :(
> 
> - -- 
> 
> visit tux online: http//www.tuthtu.net
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.2 (GNU/Linux)
> 
> iD8DBQE/efzPbTe9XMUf00QRAvMaAJ43FxKwQs4jGCIzJRNJCZpax4kCdgCdHJDd
> 29uX8D3j1SxWeYBPnYJM/BI=
> =110+
> -----END PGP SIGNATURE-----
> 
> 
> --
> [EMAIL PROTECTED] mailing list
> 



--
[EMAIL PROTECTED] mailing list

Reply via email to