From 5407bfff21271f1c25dab2920f983beb4b1d207a Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Fri, 27 Apr 2012 22:45:16 +0100 Subject: [PATCH] Change notes for bug 660. --- doc/doc-txt/ChangeLog | 3 +++ src/README.UPDATING | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 27fb00787..3a75ce0d6 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 9e3689d84..3dff7c094 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 -- 2.30.2