[cups.general] can't admin remote even tho Allow from *

sean seandarcy at hotmail.com
Sat Aug 21 15:27:53 PDT 2004


Jeremiah Elliott wrote:
> can you post the cups.conf some where on line? 
> 
Here - I took out all the comment lines. As you can see I've make very 
few changes from the defaults:


LogLevel error

MaxLogSize 0

MaxCopies 1

Printcap /etc/printcap

FilterLimit 200

<Location /jobs>
#
# You may wish to limit access to job operations, either with Allow
# and Deny lines, or by requiring a username and password.
#
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 10.10.8.*
</Location>

<Location /printers>
#
# You may wish to limit access to printers and classes, either with Allow
# and Deny lines, or by requiring a username and password.
#
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 10.10.8.*
</Location>

#<Location /printers/name>
#
# You may wish to limit access to printers and classes, either with Allow
# and Deny lines, or by requiring a username and password.
#

## Anonymous access (default)
#AuthType None

## Require a username and password (Basic authentication)
#AuthType Basic
#AuthClass User

## Require a username and password (Digest/MD5 authentication)
#AuthType Digest
#AuthClass User

## Restrict access to local domain
#Order Deny,Allow
#Deny From All
#Allow From .mydomain.com
#</Location>

<Location /admin>
#

AuthType Basic
AuthClass System

## Restrict access to local domain
# Order Deny,Allow
# Deny From All
# Allow From 127.0.0.1
# Allow From 10.10.*
#Encryption Required
</Location>

#
# End of "$Id: cupsd.conf.in,v 1.13 2003/04/10 20:14:04 mike Exp $".
#
# Lines below are automatically generated - DO NOT EDIT
<Location /printers/mfc8600>
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
AuthType None
Allow from All
</Location>
<Location /printers/rawprinter>
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
AuthType None
Allow from All
</Location>
<Location />
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
</Location>
Browsing On
BrowseProtocols cups
BrowseOrder Deny,Allow
BrowseAllow from @LOCAL
BrowseAddress 255.255.255.255
Listen *:631

Any help appreciated.

sean




More information about the cups mailing list