summaryrefslogtreecommitdiff
path: root/system/cups/default-config-no-gssapi.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-02-20 22:04:15 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-02-20 22:04:15 -0600
commit17903174be7191424fd7f7b90303a00198b54623 (patch)
tree6cad8fdec5153ea6926eee35304900c19884b560 /system/cups/default-config-no-gssapi.patch
parent129370fc1900bc981d529ab7d4a82b6668c72183 (diff)
downloadpackages-17903174be7191424fd7f7b90303a00198b54623.tar.gz
packages-17903174be7191424fd7f7b90303a00198b54623.tar.bz2
packages-17903174be7191424fd7f7b90303a00198b54623.tar.xz
packages-17903174be7191424fd7f7b90303a00198b54623.zip
system/cups: disable Avahi, enable PAM
Diffstat (limited to 'system/cups/default-config-no-gssapi.patch')
-rw-r--r--system/cups/default-config-no-gssapi.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/system/cups/default-config-no-gssapi.patch b/system/cups/default-config-no-gssapi.patch
new file mode 100644
index 000000000..b12c55ddf
--- /dev/null
+++ b/system/cups/default-config-no-gssapi.patch
@@ -0,0 +1,26 @@
+--- a/conf/cupsd.conf.in
++++ b/conf/cupsd.conf.in
+@@ -145,12 +145,12 @@
+
+ # Job-related operations must be done by the owner or an administrator...
+ <Limit Create-Job Print-Job Print-URI Validate-Job>
+- AuthType Negotiate
++ AuthType Default
+ Order deny,allow
+ </Limit>
+
+ <Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspend-Current-Job Resume-Job Cancel-My-Jobs Close-Job CUPS-Move-Job CUPS-Get-Document>
+- AuthType Negotiate
++ AuthType Default
+ Require user @OWNER @SYSTEM
+ Order deny,allow
+ </Limit>
+@@ -171,7 +171,7 @@
+
+ # Only the owner or an administrator can cancel or authenticate a job...
+ <Limit Cancel-Job CUPS-Authenticate-Job>
+- AuthType Negotiate
++ AuthType Default
+ Require user @OWNER @CUPS_DEFAULT_PRINTOPERATOR_AUTH@
+ Order deny,allow
+ </Limit>