]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - templates/es/edit-config.tmpl.in
Load cups into easysw/current.
[thirdparty/cups.git] / templates / es / edit-config.tmpl.in
index 28a11beafc5b7db67903cc973ce93e202dfe26e1..30213cfefd330fef23a18923a53b01bbaf1aa84a 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" +