LDAP Connection Guide

host: Server IP address (192.168.1.100) or server machine name (SERVER1) or domain (server1.test.net).

port: 389

usernameField: sAMAccountName

nameField: displayName

emailField: mail

baseDN: DC=test,DC=net

adminDN: CN=jabber,OU=Users,DC=test,DC=net

authorizedUsernames: jabber

Here is my jive-messenger.xml file:

)

Most problem because we use wrong password which cause default.log like this:

2005.02.08 07:40:33 Exception thrown when searching for userDN based on username ‘‘jabber’’

javax.naming.AuthenticationException: LDAP: error code 49 - 80090308: LdapErr: DSID-0C09030B, comment: AcceptSecurityContext error, data 52e, v893

USE REAL LDAP ADMIN AUTHORIZED USERS PASSWORD IN AND YOU HAVE NO LDAP TROUBLE

Follow the guide above, I spent 3 hours to resolve LDAP connection problem

I have tried to get this working with a W2k3 Server, here is my .xml file

It doesn’‘t log anything except to the debug.log that the Ldap connection and it’‘s properties. I am not getting any error other than username and password incorrect, when it definately isn’'t. Any help would be appreciated!

Jacob

Even when I uncomment the AuthorizedUsers, it still doesn’'t work.

See post http://www.jivesoftware.org/forums/thread.jspa?threadID=15816

and post answers there if you would, please.

Jacob