Re: [exim] missing comma in ldap replies
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
Wiadomość jest częścią wątku:
pełne drzewo wątku posortowane wg daty
Heiko Schlittermann at
2014-08-27 16:36
Heiko Schlittermann at
2014-08-27 17:03
Autor:
Jeremy Harris
Data:
2014-08-27 16:55
UTC
Dla:
exim-users
Temat:
Re: [exim] missing comma in ldap replies
On 27/08/14 17:36, Heiko Schlittermann wrote:
> |LDAP entry loop
> |LDAP attr loop x-MailPrimaryAddress:hs@???
> |LDAP attr loop x-MailAlternateAddress:heiko@???
> |LDAP attr loop x-MailAlternateAddress:heiko@???
> |search ended by ldap_result yielding 101
> |ldap_parse_result: 0
> |ldap_parse_result yielded 0: Success
> |LDAP search: returning: hs@???@m.schlittermann.de,heiko@???
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