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

fix for ldap_init() and kerberos4 (ITS#426)



Full_Name: Wesley Craig
Version: 1.2.8
OS: Solaris 2.6
URL: ftp://ftp.openldap.org/incoming/Wesley-Craig-20000117-1.diff
Submission from: (NULL) (141.211.164.29)


See the URL for a fix to ldap_init()'s bad interaction with kerberos4 support.
This patch creates a routine ldap_delayed_open() -- there's evidence that this
routine may have existed previously -- called from ldap_send_initial_request()
and ldap_get_kerberosv4_credentials().  For kerberos to work properly, the
connection must be established in order to know the canonical name of the
server.

:wes