From 6ec97b1bb5ba11ef3febc5ba8f9bcb4365984189 Mon Sep 17 00:00:00 2001 From: Philip Hazel Date: Mon, 17 Jul 2006 09:18:09 +0000 Subject: Alain Williams' patch for disabling LDAP referrals when requested. --- doc/doc-txt/ChangeLog | 5 ++++- doc/doc-txt/NewStuff | 6 +++++- 2 files changed, 9 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index d3535f719..4a1306d20 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.378 2006/07/14 14:42:57 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.379 2006/07/17 09:18:09 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -118,6 +118,9 @@ PH/21 Added a call to PQsetNoticeProcessor() to catch pgsql "notices" and output them only if debugging. By default they are written stderr, apparently, which is not desirable. +PH/22 Added Alain Williams' LDAP patch to support setting REFERRALS=off on + queries. + Exim version 4.62 ----------------- diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index 1ec1bdd2c..35d3bde30 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/NewStuff,v 1.105 2006/07/13 13:53:32 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/NewStuff,v 1.106 2006/07/17 09:18:09 ph10 Exp $ New Features in Exim -------------------- @@ -44,6 +44,10 @@ Version 4.63 smtp_error_code option false. In this case, any SMTP code is quietly ignored. +4. There is a new parameter for LDAP lookups called "referrals", which takes + one of the settings "follow" (the default) or "nofollow". The latter stops + the LDAP library from trying to follow referrals issued by the LDAP server. + Version 4.62 ------------ -- cgit v1.2.3