diff options
author | Graham Leggett <minfrin@apache.org> | 2023-11-23 11:22:58 +0100 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2023-11-23 11:22:58 +0100 |
commit | 7f7e8e2b93a5cb1f88383873137a9e5ede07e909 (patch) | |
tree | 3b65c2f58f37aa2f9b7905675d5279227aec0fc6 /changes-entries | |
parent | Add an option to specify a source address. (diff) | |
download | apache2-7f7e8e2b93a5cb1f88383873137a9e5ede07e909.tar.xz apache2-7f7e8e2b93a5cb1f88383873137a9e5ede07e909.zip |
Optimise handling LDAP authorization where LDAP was not used
previously for LDAP authentication.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1914067 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'changes-entries')
-rw-r--r-- | changes-entries/ldap-optimise.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes-entries/ldap-optimise.txt b/changes-entries/ldap-optimise.txt new file mode 100644 index 0000000000..ed7e1d58c3 --- /dev/null +++ b/changes-entries/ldap-optimise.txt @@ -0,0 +1,4 @@ + + *) Optimise handling LDAP authorization where LDAP was not used + previously for LDAP authentication. [Yann Ylavic] + |