diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2012-04-27 22:45:16 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2012-05-01 21:01:46 +0100 |
commit | 5407bfff21271f1c25dab2920f983beb4b1d207a (patch) | |
tree | 2d6495b2e19018e09d6b9fcab5647f32813461a9 | |
parent | 7bba24ebe4e17b40cbcca88fdb3f247f7f9cd02c (diff) |
Change notes for bug 660.
-rw-r--r-- | doc/doc-txt/ChangeLog | 3 | ||||
-rw-r--r-- | src/README.UPDATING | 5 |
2 files changed, 8 insertions, 0 deletions
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 |