Openfire LDAP search shows computer objects

Hi,

I´m using Openfire 3.7.0 Server with LDAP integration. Now if I search for a user there are also computer objects shown which exist in the AD. Is it possible only search for user objects (also exclude the bult-in accounts such as administrator,dhcp-administrator,…)?

I am also very new to openfire. I have had a really tough time getting this to work with LDAP. I lost count of how many times i reinstalled it (thank God its a quick install). I used the embedded DB until i was ready cause deleting the folder reset me to scratch.

It took me alot of trial and error to get this working. I kept reinstalling because after I made changes to the groups I would get locked out.

If you are making changes via the installer you can at least hit test to see if your queries work.

use this post to try to filter out stuff. its a good thread.

http://community.spiceworks.com/topic/22541

i used something like this

(&(objectClass=organizationalPerson)(memberOf=CN=mygroup,OU=Groups,DC=my,DC=doma in))

for users

i used something similar to (&(objectClass=group)(cn=mygroup_*))

for groups