I need to correctly configure LDAP for using OpenFire (IM server) on a Windows SBS2003 server. I have the LDAP configured to the point where I can see the user templates, but I cannot figure out how to change the LDAP config to see actual domain users. The config I am using was designed for Server 2003, not SBS2003, so the AD tree for Server 2003 is somewhat different. What do I need to change in the following to get this to work properly?
Current LDAP config (from openfire.xml)
<ldap>
<host>server</host>
<port>389</port>
<baseDN>cn=SBSUsers, cn=Users,cn=MyBusiness,dc=
RushTechno
logiesInc,
dc=local</
baseDN>
<adminDN>cn=Administrator,
cn=SBS users,cn=Users,cn=MyBusine
ss,dc=Rush
Technologi
esInc,dc=l
ocal</admi
nDN>
<adminPassword>calista</ad
minPasswor
d>
<connectionPoolEnabled>tru
e</connect
ionPoolEna
bled>
<sslEnabled>false</sslEnab
led>
<ldapDebugEnabled>false</l
dapDebugEn
abled>
<autoFollowReferrals>false
</autoFoll
owReferral
s>
<usernameField>sAMAccountN
ame</usern
ameField>
<vcard-mapping><![CDATA[
<vCard xmlns="vcard-temp">
<N>
<GIVEN>{cn}</GIVEN>
</N>
<EMAIL>
<INTERNET/>
<USERID>{mail}</USERID>
</EMAIL>
<FN>{displayName}</FN>
<ADR>
<HOME/>
<STREET>{homePostalAddress
}</STREET>
<PCODE>{homeZip}</PCODE>
<CTRY>{co}</CTRY>
</ADR>
<ADR>
<WORK/>
<STREET>{streetAddress}</S
TREET>
<LOCALITY>{l}</LOCALITY>
<REGION>{st}</REGION>
<PCODE>{postalCode}</PCODE
>
<CTRY>{co}</CTRY>
</ADR>
<TEL>
<HOME/>
<VOICE/>
<NUMBER>{homePhone}</NUMBE
R>
</TEL>
<TEL>
<HOME/>
<CELL/>
<NUMBER>{mobile}</NUMBER>
</TEL>
<TEL>
<WORK/>
<VOICE/>
<NUMBER>{telephoneNumber}<
/NUMBER>
</TEL>
<TEL>
<WORK/>
<CELL/>
<NUMBER>{mobile}</NUMBER>
</TEL>
<TEL>
<WORK/>
<FAX/>
<NUMBER>{facsimileTelephon
eNumber}</
NUMBER>
</TEL>
<TEL>
<WORK/>
<PAGER/>
<NUMBER>{pager}</NUMBER>
</TEL>
<TITLE>{title}</TITLE>
<ORG>
<ORGUNIT>{department}</ORG
UNIT>
</ORG>
</vCard>]]></vcard-mapping
>
<nameField>cn</nameField>
<emailField>mail</emailFie
ld>
<groupNameField>cn</groupN
ameField>
<groupMemberField>member</
groupMembe
rField>
<groupDescriptionField>des
cription</
groupDescr
iptionFiel
d>
<posixMode>false</posixMod
e>
<groupSearchFilter>(object
Class=grou
p)</groupS
earchFilte
r>
</ldap>