On 27/08/14 17:36, Heiko Schlittermann wrote: > |LDAP entry loop > |LDAP attr loop x-MailPrimaryAddress:[email protected] > |LDAP attr loop x-MailAlternateAddress:[email protected] > |LDAP attr loop x-MailAlternateAddress:[email protected] > |search ended by ldap_result yielding 101 > |ldap_parse_result: 0 > |ldap_parse_result yielded 0: Success > |LDAP search: returning: > [email protected][email protected],[email protected]
Hmm. Looks like we think we only asked for one attribute, and rely on that for formatting the results, but LDAP returned us two (the second being multi-valued, but that doesn't matter here). -- Cheers, Jeremy -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
