diff options
author | Graham Leggett <minfrin@apache.org> | 2023-05-19 12:29:02 +0200 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2023-05-19 12:29:02 +0200 |
commit | ad0cbd766acc7a31cff9ac75beb2c38a6ab79f84 (patch) | |
tree | 78ddc5f3b6315f5dac21d935e89150487bac7ed7 /CHANGES | |
parent | Update log-message tags. (diff) | |
download | apache2-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-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |