Re: LDAP Kerberos support...
Re: LDAP Kerberos support...
- Subject: Re: LDAP Kerberos support...
- From: "R. Matthew Emerson" <email@hidden>
- Date: Fri, 9 Feb 2007 16:18:08 -0500
On Feb 9, 2007, at 4:02 PM, email@hidden wrote:
I'm writing a small app to display info from our active directory
service
and I wanted to use the ldap_kerberos_bind. The API looked really
simple
but I keep getting a "ZeroLink: unknown symbol '_ldap_kerberos_bind'"
error. I included the Kerberos.framework but I'm just no having any
luck.
BTW, I know most of my code works since I was able to get it to
work with
"ldap_simple_bind_s".
The ldap_kerberos_bind calls are Kerberos IV only. Running nm on
Apple's libldap leads me to believe that it may have been built
without these calls.
I think you'll need to use ldap_sasl_interactive_bind_s().
Unfortunately, the ldap_sasl_bind man page says "Description still
under construction..." when referring to SASL authentication.
I'm afraid you'll have to UTSL. Source for the ldapsearch command is
probably a good place to look.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden