Mulit-GAL Filter Rule

2003-12-05 Thread Jason Hendricks
Does anyone know how to setup a GAL filter that will show both a Group and User filter. I am running a hosted exchange enviroment in E2K. It seems that when I setup a new GAL for the hosted client, I can only filter either by User or by Group. When I filter by user, the distribution groups do not

RE: Mulit-GAL Filter Rule

2003-12-05 Thread Fyodorov, Andrey
, 2003 10:54 AM To: Exchange Discussions Subject: Mulit-GAL Filter Rule Does anyone know how to setup a GAL filter that will show both a Group and User filter. I am running a hosted exchange enviroment in E2K. It seems that when I setup a new GAL for the hosted client, I can only filter either by User

RE: Mulit-GAL Filter Rule

2003-12-05 Thread Fyodorov, Andrey
You can use (|(objectclass=user)(objectclass=group)) syntax in that LDAP query. | means OR. -Original Message- From: Fyodorov, Andrey Sent: Friday, December 05, 2003 11:19 AM To: Exchange Discussions Subject: RE: Mulit-GAL Filter Rule Stuff a custom LDAP query in the GAL's filter

RE: Mulit-GAL Filter Rule

2003-12-05 Thread Jason Hendricks
I tried your idea, but I still cannot find the correct syntax. How would you write one from the current example; ((objectCategory=user)([EMAIL PROTECTED])) ((objectCategory=group)([EMAIL PROTECTED])) Each on there own displays, but I try combine them to see both nothing happens. Thanks, Jason

RE: Mulit-GAL Filter Rule

2003-12-05 Thread Fyodorov, Andrey
and Collaboration Spherion -Original Message- From: Jason Hendricks [mailto:[EMAIL PROTECTED] Sent: Friday, December 05, 2003 11:57 AM To: Exchange Discussions Subject: RE: Mulit-GAL Filter Rule I tried your idea, but I still cannot find the correct syntax. How would you write one from the current