|
OpenLDAP Faq-O-Matic : OpenLDAP Software FAQ : Common Errors :
ldap_sasl_interactive_bind_s: Unknown authentication method |
This indicates that none of the SASL authentication supported
by the server are supported by the client, or that they are
too weak or otherwise inappropriate for use by the client.
Note that the default security options disallows the use of
certain mechanisms such as ANONYMOUS and PLAIN (without TLS).
|
Note: SASL bind is the default for all OpenLDAP tools. To force
use of "simple" bind, use the "-x" option. Use of "simple" bind
is not recommended unless one has adequate confidentiality protection
in place (e.g. TLS/SSL, IPSEC).
|
[Append to This Answer] |