[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: SASL EXTERNAL via ldapi
On Mon, 21 Nov 2005 16:34:13 -0500
"James F. Hranicky" <jfh@cise.ufl.edu> wrote:
> ldapsearch -x -H ldapi:/// -b "" -LLL -s base supportedSASLMechanisms
> dn:
> supportedSASLMechanisms: PLAIN
> supportedSASLMechanisms: OTP
> supportedSASLMechanisms: LOGIN
> supportedSASLMechanisms: GSSAPI
> supportedSASLMechanisms: DIGEST-MD5
> supportedSASLMechanisms: CRAM-MD5
> supportedSASLMechanisms: ANONYMOUS
For what it's worth, reverting back to my old CVS version causes the
command to work properly again.
I gdb'd through the SASL code and it appeared to return SASL_OK to
ldap_int_sasl_bind() . I guess I'll compile openldap for debugging
and see what I can see.
Jim