]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix 'deny everyone' example (Issue #844)
authorMichael R Sweet <msweet@msweet.org>
Tue, 2 Apr 2024 21:47:49 +0000 (17:47 -0400)
committerMichael R Sweet <msweet@msweet.org>
Tue, 2 Apr 2024 21:47:49 +0000 (17:47 -0400)
CHANGES.md
doc/help/policies.html

index 0237607369a153ccf8e474cd6c558d4965a6bffa..00efcded87209e9bcc228d28a87b4ccd1a4b9771 100644 (file)
@@ -24,6 +24,8 @@ Changes in CUPS v2.5b1 (TBA)
   (Issue #751)
 - Updated `httpAddrConnect2()` to handle `POLLHUP` together with `POLLIN` or
   `POLLOUT` (Issue #839)
+- Updated the policies help document with the correct `Order` directive to deny
+  access by default (Issue #844)
 - Updated the "get-printer-attributes-suite.test" test file (Issue #909)
 - Updated `cupsRasterReadPixels` and `cupsRasterWritePixels` to not try reading
   or writing if the number of bytes passed is 0 (Issue #914)
index 8a0fc313d51396f1c306559e367db7d99c41a1d1..735bfa623f191535b4af16b7c3e4d70a245cb6b3 100644 (file)
@@ -515,7 +515,7 @@ Allow from @LOCAL</PRE></TD>
 </TR>
 <TR>
        <TD>Deny Everyone/Disable Operation(s)</TD>
-       <TD><PRE>Order deny,allow</PRE></TD>
+       <TD><PRE>Order allow,deny</PRE></TD>
 </TR>
 <TR>
        <TD>Require Login (System) Password</TD>