ejabberd - LDAP authentication

Posted by Armadillo on Stack Overflow See other posts from Stack Overflow or by Armadillo
Published on 2008-10-22T09:55:44Z Indexed on 2010/06/02 22:04 UTC
Read the original article Hit count: 240

Filed under:
|

Hi

I'm trying to configure an ejabberd installation, using LDAP authentication, but I just can't login, even with the admin user. This is part of my 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, "[email protected]"}.
{ldap_password, "secret"}.
%...

What am I missing?

I must say that, with OpenFire, I can connect using this credentials/configuration.

I'm using Spark as my client application.

Thanks

© Stack Overflow or respective owner

Related posts about ldap

Related posts about ejabberd