LDAP Search Questions - Can't see other users when logged in

To make a long story short our Openfire LDAP integration broke. We removed and reinstalled 3.6.4 and we can’t get it working with the new version. We have a security group openfire that includes ALL the users that should be able to login in.

  1. I can’t get the search filter right, I am using (objectClass=user) (memberOf=cn=openfire,cn=Users,dc=domain,dc=com). It still shows all users in the domain when I click users/groups. The base DN i’m using is cn=users,dc=domain,dc=com

  2. When i login, I get no users listed in Offline Group NOR can i see any other users that are logged in.

Any help would be apprciated.

try something more like this:

(&(objectClass=organizationalPerson)(memberOf=cn=openfire,cn=Users,dc=domain,dc=com))

Thanks! I now have the correct users but no users can see each other. In addition, the offline users group used to list all the users and it’s currently blank???

Have you shared a group to autopoulate teh rosters?

http://www.igniterealtime.org/community/docs/DOC-1619