]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - templates/de/edit-config.tmpl.in
Load cups into easysw/current.
[thirdparty/cups.git] / templates / de / edit-config.tmpl.in
index dc3f09c324266c0186891abde8404e85269f3c68..58340b8eb3667a3d51d7796a60f6778bf833dfff 100644 (file)
@@ -41,7 +41,7 @@ function reset_config()
 "\\n" +
 "# Restrict access to configuration files...\\n" +
 "<Location /admin/conf>\\n" +
-"  AuthType Basic\\n" +
+"  AuthType Default\\n" +
 "  Require user @SYSTEM\\n" +
 "  Order allow,deny\\n" +
 "  Allow localhost\\n" +
@@ -57,7 +57,7 @@ function reset_config()
 "\\n" +
 "  # All administration operations require an adminstrator to authenticate...\\n" +
 "  <Limit Pause-Printer Resume-Printer Set-Printer-Attributes Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After CUPS-Add-Printer CUPS-Delete-Printer CUPS-Add-Class CUPS-Delete-Class CUPS-Accept-Jobs CUPS-Reject-Jobs CUPS-Set-Default>\\n" +
-"    AuthType Basic\\n" +
+"    AuthType Default\\n" +
 "    Require user @SYSTEM\\n" +
 "    Order deny,allow\\n" +
 "  </Limit>\\n" +