summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2008-01-08 00:39:02 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2008-01-08 00:39:02 +0000
commit080811b190031b9182e96dc76fc610fadfeaec21 (patch)
treea8e952f994af53c47ca5bc9d41f6d171f17009ad /conf
parent3d052e433049a9cd5a7a1b7934b8a39badc8102b (diff)
downloadcups-080811b190031b9182e96dc76fc610fadfeaec21.tar.gz
Merge changes from CUPS 1.4svn-r7199.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@577 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'conf')
-rw-r--r--conf/cupsd.conf.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/conf/cupsd.conf.in b/conf/cupsd.conf.in
index 1660ed44e..787c3a07a 100644
--- a/conf/cupsd.conf.in
+++ b/conf/cupsd.conf.in
@@ -29,14 +29,12 @@ DefaultAuthType Basic
# Restrict access to the server...
<Location />
Order allow,deny
- Allow localhost
</Location>
# Restrict access to the admin pages...
<Location /admin>
@ENCRYPTION_REQUIRED@
Order allow,deny
- Allow localhost
</Location>
# Restrict access to configuration files...
@@ -44,7 +42,6 @@ DefaultAuthType Basic
AuthType Default
Require user @SYSTEM
Order allow,deny
- Allow localhost
</Location>
# Set the default printer/job policies...