We are currently using Openfire with LDAP integration. It worked great until our IT disabled the “SIMPLE BIND” feature on LDAP. “SIMPLE BIND” allows the authentication of user/password in clear text, and has thus been disabled by our IT due to security purposes.
Is there an alternate way to configure Openfire with LDAP without using “SIMPLE BIND”?
what kind of ldap are you using? if Active Directory, then you are limited to your options. if you want to use something other than bind, than you’ll have to edit the source code. an alternative would be to use bind over ssl/tls
We are using Active Directory. What do you mean by using “bind over ssl/tls”. My understanding is that even if we use a secure connection to Active Directory via ssl/tls, the authentication would still occur using the user/password authentication (SIMPLE BIND).