creating server with ldap on windows server 2003

I'm trying to allow the jabber server to authenticate against an ldap. I try to connect using gaim but I get a Authentication failed from gaim, but in the jabber log there is an accepted connection log entry. my ldap portion of the conf is as follows

% For LDAP authentication use these lines instead of above one:
{auth_method, ldap}.
{ldap_servers, ["localhost"]}. % List of LDAP servers
{ldap_uidattr, "uid"}. % LDAP attribute that holds user ID
{ldap_base, "dc=intranet,dc=dra-inc,dc=net"}. % Search base of LDAP directory
{ldap_rootdn, "CN=DRA LDAP, OU=DRA System Accounts,DC=intranet,DC=dra-inc,DC=net"}. % LDAP manager
{ldap_password, "W3t0hi0L"}. % Password to LDAP manager

Thank you ahead of time for your help.

Syndicate content