On Thu, Jul 25, 2013 at 12:45 PM, Jeremy Harris <[email protected]> wrote: > On 25/07/13 18:01, Prashanth Katuri wrote: >> key="ldap:///o=slb,c=an?alias,mail,cn,ou,telephonenumber,o?sub?(&(mail=*)(alias=pkaturi))"
Shouldn't that be ldap://HOSTNAME:PORT/o=slb,c=blah... >> perform_ldap_search: ldapm URL = >> "ldap:///o=slb,c=an?alias,mail,cn,ou,telephonenumber,o?sub?(&(mail=*)(alias=pkaturi))" >> server=gb0135ldap00.ldap.slb.com port=390 sizelimit=0 timelimit=0 tcplimit=0 >> after ldap_url_parse: host=o=slb,c=an port=954024 You can see that at first something in his config had a servername that appeared to be a valid hostname, but then after parsing the URL to extract the host/port, it was not specified so it resulted in nothing. The bus error...isn't that due to free'ing a constant string? ...Todd -- The total budget at all receivers for solving senders' problems is $0. If you want them to accept your mail and manage it the way you want, send it the way the spec says to. --John Levine -- ## 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/
