From a0bdebd3476d4ee2dd446f5df7f9956eda0afa11 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 18 Feb 2019 22:23:33 +0100 Subject: [PATCH] add remote admin for admin location --- templates/etc/cups/cupsd.conf.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/etc/cups/cupsd.conf.j2 b/templates/etc/cups/cupsd.conf.j2 index 1eff84e..84f022f 100644 --- a/templates/etc/cups/cupsd.conf.j2 +++ b/templates/etc/cups/cupsd.conf.j2 @@ -39,6 +39,9 @@ WebInterface Yes # Restrict access to the admin pages... + {% if cups_remote_admin_enabled %} + Allow all + {% endif %} AuthType Default Require user @SYSTEM Order allow,deny