LDAP Filter Wild Card

Hello Everyone,

Lets say I have a number of groups (ABC-jabber-Quality, ABC-jabber-CS, ABC-jabber-IT, ect.) and I want to only allow users in these groups. Is there a wild card command I can enter that will seach for users only these groups in LDAP?

(memberOf=CN=ABC-jabber-IT,OC=…)

becomes

(memberOf=CN=ABC-jabber-*,OC…)

Thank you and sorry if this is a noob question,

ChongunWelic

No you have to create a full filter with each group.

I see, what is the syntax for OR in the filter field?