Openfire LDAP Base DN Problem

I am trying to set up an Openfire server on a testing server and it’s not letting me connect to my LDAP server.

Lab setup:

Server Type: Active Directory

Host: mbnetsvr Port: 389

Base DN: ou=Associates;dc=multiband;dc=local

Administration DN: user@multiband.local

Working Openfire Setup

Server Type: Active Directory

Host: mbnetsvr.multiband.local Port: 389

Base DN: ou=Associates;dc=multiband;dc=local

Administration DN:cn=srv_openfire;cn=users;dc=multiband;dc=local

AD Structure

-multiband.local

-Associates

+Multiband (All user accounts are here)

+Builtin

+Computers

+Contacts

+Domain COmtrollers

+ForeignSecurityPrincipals

+Misc-Mailboxes

+Resources

+Servers

Users

+Workstations

When I tried to set up the lab server I got the the Connection Settings page. I tried testing the settings and it gave me:

Status: Error

[LDAP: error code 1 - 000020D6: SvcErr: DSID-03100684, problem 5012 (DIR_ERROR), data 0

I originally had the Administrator DN the same on both servers but that gave me an authentication error. I can’t figure out why it works on our production server but not on my lab server. The production server is version 3.5.2 and the lab server is 3.6.2.

Any help would be fantastic.

Make these changes:

  1. Host: mbnetsvr.multiband.local
  2. Base DN: ou=Associates,dc=multiband,dc=local

Curse you semi colons!!!

Thanks a ton.

-Cody