Index: doc/help/ref-cupsd-conf.html.in =================================================================== --- doc/help/ref-cupsd-conf.html.in (revision 9428) +++ doc/help/ref-cupsd-conf.html.in (working copy) @@ -1009,6 +1009,7 @@
 DefaultPolicy default
+DefaultPolicy authenticated
 DefaultPolicy foo
 
@@ -1016,7 +1017,9 @@

The DefaultPolicy directive specifies the default policy to use for IPP operation. The default is -default.

+default. CUPS also includes a policy called +authenticated that requires a username and password for printing +and other job operations.

CUPS 1.2/Mac OS X 10.5DefaultShared

Index: doc/help/whatsnew.html =================================================================== --- doc/help/whatsnew.html (revision 9428) +++ doc/help/whatsnew.html (working copy) @@ -100,7 +100,7 @@
  • Access logging; the scheduler now supports an AccessLogLevel directive to control what is logged in the access_log file.
  • -
  • Configuration files; the default cupsd.conf file now provides an "authenticated" policy for easy authenticated sharing of printers.
  • +
  • Configuration files; the default cupsd.conf file now provides an "authenticated" policy that can be used to require a username and password to print or cancel a job.
  • Default LogLevel; the default LogLevel is now "warn" instead of "info".