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

Re: Kerberos 5 Support for OpenLDAP-release



On Thu, 23 Sep 1999, Booker Bense wrote:

> On Wed, 22 Sep 1999, Kurt D. Zeilenga wrote:
> 
> > >I agree. ldap_kerberos_bind*() should open connection (if
> > >necessary) before attempting to generate the ticket.  This could
> > >be done by splitting out the post-init part of ldap_open into a
> > >subroutine that ldap_open(), ldap_send_initial_result(),
> > >and ldap_kerberos_bind*() could call.
> > 
> > Give me a few minutes and I should have a commit ready that
> > should fix the default connection problem.
> > 
> 
> - I did a cvs update and kerberos binds now work. 
> 

- When I was messing around with this I found that there is 
a problem building it with the MIT K5 kerberos4 libraries. 
It looks like a simple fix, just seems to be some libraries
missing on the compile line. I think it's just a matter of
adding -lcrypto and -lcom_err to the K5 library list. I'll
try it and see what happens.  

- Booker