From: Michael R Sweet Date: Tue, 6 Dec 2022 14:04:01 +0000 (-0500) Subject: Require authentication for CUPS-Get-Document. X-Git-Tag: v2.4.3~93 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0c8b9c9556882f00c68b9727a95a1b6d1452913;p=thirdparty%2Fcups.git Require authentication for CUPS-Get-Document. --- diff --git a/conf/cupsd.conf.in b/conf/cupsd.conf.in index b258849078..a07536f3e4 100644 --- a/conf/cupsd.conf.in +++ b/conf/cupsd.conf.in @@ -68,7 +68,13 @@ IdleExitTimeout @EXIT_TIMEOUT@ Order deny,allow - + + Require user @OWNER @SYSTEM + Order deny,allow + + + + AuthType Default Require user @OWNER @SYSTEM Order deny,allow