RE: Mulit-GAL Filter Rule

2003-12-05 Thread Fyodorov, Andrey
Stuff a custom LDAP query in the GAL's filter. That's what I did when I worked for iNNERHOST. Sincerely, Andrey Fyodorov. Exchange MVP Systems Engineer Messaging and Collaboration Spherion -Original Message- From: Jason Hendricks [mailto:[EMAIL PROTECTED] Sent: Friday, December 05,

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