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

Re: ldap_sasl_interactive_bind_s: Unknown authentication method



At 11:21 AM 1/18/01 -0500, Mike Schiraldi wrote:
>> That's odd as there should be no difference in the two until
>> after the completion of the ldap_start_tls() call.  You might
>> try adding debugging options on the client side to determine
>> where their execution paths diverge.
>
>On line 730 of ldapsearch.c, use_tls == 2 for 
>
>ldapsearch -h <server> -Y EXTERNAL -ZZ -s base -b "" supportedSASLMechanisms
>
>but use_tls == 0 for 
>
>ldapsearch -h <server> -x -b "" -s base supportedSASLMechanisms


In your previous post, both commands had -ZZ.