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

Re: Problem with SASL authentication method



> get the following error:
>
> 	ldap_sasl_interactive_bind_s: Unknown authentication method

Replace
  ldapsearch ...
with
  ldapsearch -x ...
You're done.