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

Re: SASL-aware LDAP clients (was: Basic SASL setup instructions)



At 12:29 PM 10/18/00 +0200, Michael Ströder wrote:
>"Kurt D. Zeilenga" wrote:
>> I didn't realize that Netscape and Microsoft clients had
>> implemented any SASL authentication methods yet.
>
>In Netscape's LDAP C-SDK 4.x there are functions like
>ldap_sasl_bind().

Note that ldap_sasl_bind() requires the caller to implement
the requested SASL mechanism.  That is, this call encode
caller provided SASL data for transport in an LDAP PDU.
The call itself is not SASL-aware.

Kurt