LDAP Search filter issues

When I do a search for a contact within Spark, It gives the “no search results were returend by server”

Any suggestions?

(& (objectClass=user) (memberOf=cn=MessengerGroup,cn=Users,dc=olt,dc=local) (!(userAccountControl:1.2.840.113556.1.4.803:=2)) (sAMAccountName=) ) (&(member=)(&(objectClass=group)(sAMAccountName=Messenger*)))







]]>

Message was edited by: ITOLT

You can remove sAMAccountName= from the searchFilter, as it’'s redundant – Wildfire will always filter by the username field. See if that does the trick.

Regards,

Matt