From: Michael R Sweet Date: Tue, 2 Apr 2024 21:47:49 +0000 (-0400) Subject: Fix 'deny everyone' example (Issue #844) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bd3c11ec1879637d83f754a9bfd0577dc1b6868;p=thirdparty%2Fcups.git Fix 'deny everyone' example (Issue #844) --- diff --git a/CHANGES.md b/CHANGES.md index 0237607369..00efcded87 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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) diff --git a/doc/help/policies.html b/doc/help/policies.html index 8a0fc313d5..735bfa623f 100644 --- a/doc/help/policies.html +++ b/doc/help/policies.html @@ -515,7 +515,7 @@ Allow from @LOCAL Deny Everyone/Disable Operation(s) -
Order deny,allow
+
Order allow,deny
Require Login (System) Password