From 502d1cc8ec24beae08e6970692128d6617b5b9e4 Mon Sep 17 00:00:00 2001 From: Bradley Nicholes Date: Wed, 3 Nov 2004 22:05:25 +0000 Subject: [PATCH] Added the directive "Requires ldap-attribute" that allows the module to only authorize a user if the attribute value specified matches the value of the user object. PR 31913 Submitted by: Ryan Morgan Reviewd by: Brad Nicholes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105675 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 5 ++++ docs/manual/mod/mod_authnz_ldap.xml | 43 ++++++++++++++++++++++++++--- modules/aaa/mod_authnz_ldap.c | 30 +++++++++++++++++++- 3 files changed, 73 insertions(+), 5 deletions(-) diff --git a/CHANGES b/CHANGES index 70ea3736e8..7833c01a60 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-attribute" that + allows the module to only authorize a user if the attribute value + specified matches the value of the user object. PR 31913 + [Ryan Morgan ] + *) Allow mod_authnz_ldap authorization functionality to be used without requiring the user to also be authenticated through mod_authnz_ldap. This allows other authentication modules to diff --git a/docs/manual/mod/mod_authnz_ldap.xml b/docs/manual/mod/mod_authnz_ldap.xml index 880e4e12c1..474552ee1a 100644 --- a/docs/manual/mod/mod_authnz_ldap.xml +++ b/docs/manual/mod/mod_authnz_ldap.xml @@ -1,7 +1,7 @@ - +