what would be the correct syntax for the situation like:
base DN:
DC=example,DC=com
would want to include groups from both:
OU=Global Groups,OU=Global,DC=example,DC=com
OU=E-mail Distribution Lists,OU=Email Resources,DC=example,DC=com
my current Group Object Filter (filters out curly braces - a bug in Confluence 5.1.2):
(&(objectCategory=Group)(!(CN=*{*}*)))
I understand I could create 2 directories, but my gut feeling tells me there should be a better way...