ejabberd-2.0.0 ... LDAP not working (tries not to connect to the ldap server...)

Hi!

I configured my old 1.1.4 ejabberd to authenticate against ldap (ms ad w2k3)

version 1.1.4 worked...

now i updated to 2.0.0
on every connect i get: "not-authorized" in client...

tcpdumt is showing NO connection to the ldap server?

my config:

%%
%% Authentication using LDAP
%%
{auth_method, ldap}.
%%
%% List of LDAP servers:
{ldap_servers, ["10.10.10.10"]}.
%%
%% LDAP attribute that holds user ID:
{ldap_uids, "sAMAccountName"}.
%%
%% Search base of LDAP directory:
{ldap_base, "dc=mydom,dc=at"}.
%%
%% LDAP manager:
{ldap_rootdn, "cn=jabbersvc,cn=users,dc=mydom,dc=at"}.
%%
%% Password to LDAP manager:
{ldap_password, "pass"}.

any ideas why the ejabberd does not try to contact the ldap server?
* jabbersvc user is a normal domain-user

thank you, matthias

logs

edit: the log output:

=INFO REPORT==== 2008-03-13 08:33:54 ===
I(<0.2504.0>:ejabberd_c2s:474) : ({socket_state,gen_tcp,#Port<0.2961>,<0.2503.0>}) Failed legacy authentication for username@mydom.at/Coccinella@MYPC

Syndicate content