Gitweb:
http://git.exim.org/exim.git/commitdiff/5407bfff21271f1c25dab2920f983beb4b1d207a
Commit: 5407bfff21271f1c25dab2920f983beb4b1d207a
Parent: 7bba24ebe4e17b40cbcca88fdb3f247f7f9cd02c
Author: Jeremy Harris <jgh146exb@???>
AuthorDate: Fri Apr 27 22:45:16 2012 +0100
Committer: Jeremy Harris <jgh146exb@???>
CommitDate: Tue May 1 21:01:46 2012 +0100
Change notes for bug 660.
---
doc/doc-txt/ChangeLog | 3 +++
src/README.UPDATING | 5 +++++
2 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 27fb007..3a75ce0 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -62,6 +62,9 @@ TK/01 Bugzilla 1239 - fix DKIM verification when signature was not inserted
as a tracking header (ie: a signed header comes before the signature).
Patch from Wolfgang Breyha.
+JH/01 Bugzilla 660 - Multi-valued attributes from ldap now parseable as a
+ comma-sep list; embedded commas doubled.
+
Exim version 4.77
-----------------
diff --git a/src/README.UPDATING b/src/README.UPDATING
index 9e3689d..3dff7c0 100644
--- a/src/README.UPDATING
+++ b/src/README.UPDATING
@@ -47,6 +47,11 @@ Exim version 4.78
"openssl_options" gains "no_tlsv1_1", "no_tlsv1_2" and "no_compression".
+ * Ldap lookups returning multi-valued attributes now separate the attributes
+ with only a comma, not a comma-space sequence. Also, an actual comma within
+ a returned attribute is doubled. This makes it possible to parse the
+ attribute as a comma-separated list. Note the distinction from multiple
+ attributes being returned, where each one is a name=value pair.
Exim version 4.77