ejabberd - ldap authentication
i'm perplexing configure an ejabberd installation, controlling ldap authentication, nonetheless i only can't login, even admin user.
this biased ejabberd.cfg file:
%...
{auth_method, ldap}.
{ldap_servers, ["server2000.tek2000.local"]}.
{ldap_port,389}.
{ldap_uidattr, "uid"}.
{ldap_base, "dc=server2000,dc=tek2000,dc=com"}.
{ldap_rootdn, "tempadm@tek2000.local"}.
{ldap_password, "secret"}.
%...
what am i missing?
i contingency contend that, openfire, i bond controlling credentials/configuration.
i'm controlling hint fan application.
thanks
Comments
Post a Comment