From: Jeff Trawick Date: Thu, 27 Jun 2013 15:57:38 +0000 (+0000) Subject: minor readability tweak to r1497371 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd19eba87606d324f3ee3ef69b7530ec5a9c8c4f;p=thirdparty%2Fapache%2Fhttpd.git minor readability tweak to r1497371 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1497408 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 0e17d3ea3f0..29b029737d6 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,7 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.0 - *) mod_authnz_ldap: Support primitive LDAP servers do not accept + *) mod_authnz_ldap: Support primitive LDAP servers that do not accept filters, such as "SDBM-backed LDAP" on z/OS, by allowing a special filter "none" to be specified in AuthLDAPURL. [Eric Covener]