helo..
i have congured ejabberd with internal authentication its working fine...
but when configured for ldap auth no errors, no logs
where can trace..
my ejabberd.cfg
{auth_method, ldap}.
{ldap_servers, ["localhost"]}.
{ldap_rootdn, "cn=Manager,dc=example,dc=com"}.
{ldap_password, "Password123"}.
{ldap_base, "ou=Users,dc=example,dc=com"}.and my ldap is also working i checked it.
Shyam Dhawale