ldap_sasl_interactive_bind_s: No such attribute (16)

Thirumoorthi picture Thirumoorthi · Aug 5, 2014 · Viewed 17.2k times · Source

I am getting the error while running ldapsearch command and client side authentication also not coming.

Could anyone please help me to sort out the problem ?

ERROR MESSAGE

ldap_sasl_interactive_bind_s: No such attribute (16)

Thanks.

Answer

Shantanu picture Shantanu · Jan 2, 2015

The -x switch uses simple authentication instead of of the default SASL. So use something like this:

ldapsearch -x -h 192.268.0.78 -p 389 cn=root,ou=People,dc=example,dc=com