33 lines
713 B
Diff
33 lines
713 B
Diff
--- cups-1.1.21rc2/conf/cupsd.conf.in.orig 2004-08-31 15:55:01.000000000 +0200
|
|
+++ cups-1.1.21rc2/conf/cupsd.conf.in 2004-08-31 15:57:30.562005961 +0200
|
|
@@ -246,6 +246,7 @@
|
|
#
|
|
|
|
#Printcap /etc/printcap
|
|
+Printcap /etc/printcap
|
|
|
|
#
|
|
# PrintcapFormat: the format of the printcap file, currently either
|
|
@@ -366,6 +367,9 @@
|
|
|
|
#User @CUPS_USER@
|
|
#Group @CUPS_GROUP@
|
|
+User @CUPS_USER@
|
|
+Group @CUPS_GROUP@
|
|
+RunAsUser Yes
|
|
|
|
#
|
|
# RIPCache: the amount of memory that each RIP should use to cache
|
|
@@ -834,8 +838,9 @@
|
|
# the group name using the SystemGroup directive.
|
|
#
|
|
|
|
-AuthType Basic
|
|
-AuthClass System
|
|
+AuthType BasicDigest
|
|
+AuthClass Group
|
|
+AuthGroupName sys
|
|
|
|
## Restrict access to local domain
|
|
Order Deny,Allow
|