I'm attempting to connect to my ejabberd server with a client that needs to use SASL/DIGEST-MD5. The only mechanism that is returned as supported is PLAIN. I've seen that DIGEST-MD5 is supposed to be supported in other forum posts. Is there some configuration I need to do to get this to work?
I'm authenticating against an LDAP server.
Here is my features stream:
<stream:features>
<starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/>
<mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl">
<mechanism>PLAIN</mechanism>
</mechanisms>
<register xmlns="http://jabber.org/features/iq-register"/>
</stream:features>
It does using internal auth method.
Using the internal authentication method ejabberd announces PLAIN and also DIGEST-MD5 mechanisms. Maybe it's a restriction due to LDAP auth method?
LDAP authentication supports only PLAIN method.
I'm authenticating against an LDAP server.
LDAP authentication supports only PLAIN method.
Use SSL/TLS to protect passwords