[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: ud Kerberos support (was Re: KTH support for openldap)
> From: "Kurt D. Zeilenga" <kurt@OpenLDAP.org>
> To: wesley.craig@umich.edu
> At 11:03 PM 1/13/00 -0500, wesley.craig@umich.edu wrote:
> >[I'm aware that I'm replying to a really old message, I was going
> >through the list archives to find if anyone had decided how to fix the
> >ldapmodify kerberos core dumps. Looks like not.]
I also have a patch for ITS#'s 268, 109, and 241. I hope it is the
right idea. I've created a routine, ldap_delayed_open(), which is
called from ldap_send_initial_request(), ldap_open(), and
ldap_get_kerberosv4_credentials(). It checks whether a connection has
already been opened, and if not, opens one. The code for
ldap_delayed_open() was moved from ldap_send_initial_request() and
ldap_open() -- the moved code was already repeated in these two
routines. Let me know if this sounds right, and I'll post something in
ITS.
:wes