Solving ldap_sasl_interactive_bind_s error with ldapsearch or ldapmodify
This error message is commonly found when using the OpenLDAP ldapsearch, ldapmodify, ldapadd or other ldap command line utilities against non-OpenLDAP servers such as Sun’s SunONE/iPlanet, IBM’s Tivoli, or Novell directory servers. This recipe explains the error and describes how to solve it.
OpenLDAP uses SASL (Simple Authentication and Security Layer) by default, while most other LDAP servers do not.
If you are not interested in enabling SASL on the target LDAP server, you can use simple authentication by adding the -x command line option to the ldap commands.











dpt1t@yahoo.com said on February 9, 2009
wonderful, very nice explanation
Sahiramjangir123 said on October 19, 2010
ldap_sasl_interactive_bind_s
Itchy said on September 1, 2011
This is a solution for:
ldap_sasl_interactive_bind_s: Local error (-2)
Hanish Madan said on December 12, 2011
Thanks you saved my hours to find the solution on google.