diff options
author | Todd Lyons <tlyons@exim.org> | 2013-10-31 09:42:15 -0700 |
---|---|---|
committer | Todd Lyons <tlyons@exim.org> | 2013-11-19 19:44:48 -0800 |
commit | 5428a9463ae1080029a84a1b33e4a8a6915c5f28 (patch) | |
tree | 5777dfe7449150de6d594147dd109c87236501b8 /doc/doc-txt | |
parent | b0e85a8ff9297a4edab3f4b8262c933747a52e7f (diff) |
Fix ldap option setting.
Some client libs set a global context, newer client libs set a global
default which then needs to be reloaded.
Diffstat (limited to 'doc/doc-txt')
-rw-r--r-- | doc/doc-txt/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index cc9238e04..989ec52c5 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -20,6 +20,9 @@ TF/02 Portability fix for building lookup modules on Solaris when the xpg4 JH/01 Fix memory-handling in use of acl as a conditional; avoid free of temporary space as the ACL may create new global variables. +TL/01 LDAP support uses per connection or global context settings, depending + upon the detected version of the libraries at build time. + Exim version 4.82 ----------------- |