I've asked on the jivesoftware forums and hit a brick wall so I figured folks here might have better insight into this.<br>
<br>
I'm trying to get Jive Messenger to read in my user database using LDAP.<br>
I've tried several different
configurations of the jive-messenger.xml to get it working.<br>
<br>
Here's my configuration:<br>
<br>
<ldap><br>
  <usernameField>uid</usernameField><br>
  <nameField>cn</nameField><br>
  <host><a href="http://example.host.name.com">example.host.name.com</a></host><br>
  <port>389</port><br>
  <baseDN>dc=example,dc=host,dc=name,dc=com</baseDN><br>
  <adminDN>cn=admin</adminDN><br>
  <adminPassword>supersecretpassword</adminPassword><br>
  <debugEnabled>true</debugEnabled><br>
</ldap><br>
<br>
I'm able to connect to my database using the firefox email address book with this:<br>
Hostname: <a href="http://example.host.name.com">example.host.name.com</a><br>
Base DN: dc=example,dc=host,dc=name,dc=com<br>
Port Number: 389<br>
<br>
I
used a typical install of Fedora Directory Server with admin as the
name of my admin user. I'm not sure if I might have my settings in the
correct format or if I'm using the wrong baseDN and adminDN.<br>
<br>
When I run
through the jive messenger configuration I click through all of the
defaults, add my admin account and password and when I log in all I get
under User Summary is my admin account so it's not<br>
seeing the LDAP database.<br>
<br>
If anyone has any insight into this I'd appreciate any help.<br>
<br>
Thanks,<br>
Chad<br>
<br>