[Date Prev][Date Next] [Chronological] [Thread] [Top]

SASL bind fails with IPv6 (ITS#2347)



Full_Name: Howard Chu
Version: 2.1
OS: Solaris 8
URL: 
Submission from: (NULL) (24.126.120.178)
Submitted by: hyc


Attempting a SASL bind while connected to an IPv6 destination fails with Local
error, because the session's SASL context is NULL. The context is NULL because
ldap_host_connected_to fails. This function fails because it only uses
gethostbyaddr, which does not support IPv6 addresses.