Openfire and AD integration

I know there are several questions about how to integrate Openfire into a MS Active Directory, but neither of the answers seems to solve my question.

While I can validate the AD account in the first part of the setup process, it is impossible to go further. The user mapping and the group maping always fail, no mather what values I put in the userName field or user filter.

I’m using: openfire 3.6.4

Database: MS Sql server 2005 SP3 (this seems is working fine as I can see data in ofProperty table)

AD: Windows 2003 SP2 (not R2).

Openfire configuration settings:

Connection:

Server type: Active Directory

Host: hostname.mydomain.ct

Port: 389

Base DN: ou=UsersJab;dc=mydomain,dc=ct

Administrator DN: cn=openfire,ou=UsersJab,dc=mydomain,dc=ct

User mapping: (values by default)

UserName field: sAMAccountName

User filter: (objectClass=organizationalPerson)

Anyone knows any incompatibility issue between Openfire 3.6.4 and Windows 2003 SP2?

Or maybe there is any missconfiguration in my settings?

Thanks in advance!

PD: A similar issue can be found in http://www.igniterealtime.org/community/message/201150 but doesn’t work in my scenario

only use commas

Replacing Base DN: ou=UsersJab*;dc=mydomain,dc=ct by ou=UsersJab,***dc=mydomain,dc=ct fixed it!

By the way, I took the ; from the official documentation.

Thanks a lot!