summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2023-05-19 12:29:02 +0200
committerGraham Leggett <minfrin@apache.org>2023-05-19 12:29:02 +0200
commitad0cbd766acc7a31cff9ac75beb2c38a6ab79f84 (patch)
tree78ddc5f3b6315f5dac21d935e89150487bac7ed7 /CHANGES
parentUpdate log-message tags. (diff)
downloadapache2-ad0cbd766acc7a31cff9ac75beb2c38a6ab79f84.tar.xz
apache2-ad0cbd766acc7a31cff9ac75beb2c38a6ab79f84.zip
mod_authnz_ldap.c: Make sure the authentication variables are set in
all cases where another module is the source of the authentication, and that authenticated user is looked up in LDAP. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1909928 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index cf802ca0ab..b96efd7cc7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.1
+ *) mod_authnz_ldap.c: Make sure the authentication variables are set in
+ all cases where another module is the source of the authentication,
+ and that authenticated user is looked up in LDAP. [Graham Leggett]
+
*) mod_autht_jwt: New module to handle RFC 7519 JWT tokens within
bearer tokens, both as part of the aaa framework, and as a way to
generate tokens and pass them to backend servers and services.