Don't add kerberos policies into cupsd config when no kerberos support was compiled in. https://bugs.gentoo.org/606472 --- cups-2.2.2/conf/cupsd.conf.in +++ cups-2.2.2/conf/cupsd.conf.in @@ -134,49 +134,3 @@ Order deny,allow - -# Set the kerberized printer/job policies... - - # Job/subscription privacy... - JobPrivateAccess default - JobPrivateValues default - SubscriptionPrivateAccess default - SubscriptionPrivateValues default - - # Job-related operations must be done by the owner or an administrator... - - AuthType Negotiate - Order deny,allow - - - - AuthType Negotiate - Require user @OWNER @SYSTEM - Order deny,allow - - - # All administration operations require an administrator to authenticate... - - AuthType Default - Require user @SYSTEM - Order deny,allow - - - # All printer operations require a printer operator to authenticate... - - AuthType Default - Require user @CUPS_DEFAULT_PRINTOPERATOR_AUTH@ - Order deny,allow - - - # Only the owner or an administrator can cancel or authenticate a job... - - AuthType Negotiate - Require user @OWNER @CUPS_DEFAULT_PRINTOPERATOR_AUTH@ - Order deny,allow - - - - Order deny,allow - -