From a7eff802d28f51855c8f92893087f23c1b98a537 Mon Sep 17 00:00:00 2001 From: Bradley Nicholes Date: Fri, 5 Nov 2004 18:48:16 +0000 Subject: [PATCH] Added the directive "Requires ldap-filter" that allows the module to only authorize a user based on a complex LDAP search filter. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105694 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 5 +++ docs/manual/mod/mod_authnz_ldap.xml | 36 +++++++++++++++-- modules/aaa/mod_authnz_ldap.c | 63 +++++++++++++++++++++++++++-- 3 files changed, 96 insertions(+), 8 deletions(-) diff --git a/CHANGES b/CHANGES index faab502f86..376b31188c 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,11 @@ Changes with Apache 2.1.0-dev [Remove entries to the current 2.0 section below, when backported] + *) mod_authnz_ldap: Added the directive "Requires ldap-filter" that + allows the module to authorize a user based on a complex LDAP + search filter. + [Brad Nicholes] + *) SECURITY: CAN-2004-0942, Fix for memory consumption DoS. [Joe Orton] diff --git a/docs/manual/mod/mod_authnz_ldap.xml b/docs/manual/mod/mod_authnz_ldap.xml index 474552ee1a..b12155a5af 100644 --- a/docs/manual/mod/mod_authnz_ldap.xml +++ b/docs/manual/mod/mod_authnz_ldap.xml @@ -1,7 +1,7 @@ - +