From fc81e68f529be687e057aa54bb5b9b6ac2317155 Mon Sep 17 00:00:00 2001 From: guillermo Date: Thu, 17 Nov 2022 14:00:01 +0100 Subject: [PATCH] refs #4550 user admin allowed in cups --- cupsd.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cupsd.conf b/cupsd.conf index 75ce3c8..31cde77 100644 --- a/cupsd.conf +++ b/cupsd.conf @@ -76,7 +76,7 @@ WebInterface Yes # All administration operations require an administrator to authenticate... #AuthType Default - Require user @SYSTEM + Require user @SYSTEM admin Order deny,allow Allow all @@ -84,13 +84,13 @@ WebInterface Yes # All printer operations require a printer operator to authenticate... #AuthType Default - Require user @SYSTEM + Require user @SYSTEM admin Order deny,allow # Only the owner or an administrator can cancel or authenticate a job... - Require user @OWNER @SYSTEM + Require user @OWNER @SYSTEM admin Order deny,allow