You need to read some whitepapers. Basically OWA does not use GAL. It just enumerates everyone in an OU starting from a certain point. You have to use the msExchQueryBaseDN field in the AD to specify where to start enumerating.
This field is a property of a user object. The value is the DN of the OU where to look for other users. For example if you have an OU called "mycompany.com" with users [EMAIL PROTECTED], [EMAIL PROTECTED], and [EMAIL PROTECTED] If you want user A to only see the "GAL" for mycompany.com, then you have to open the properties of user A and type the value into msExchQueryBaseDN field. The value is the DN of the mycompany.com OU. Then you would have to do the same for other users. -----Original Message----- From: Jason Hendricks [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 03, 2004 10:43 AM To: Exchange Discussions Subject: OWA in ASP Host Enviroment I run a hosted ASP exchange environment and have a question regarding how OWA does a GAL lookup. I have 5 companies, under Outlook Client each sees only there GAL listings, but if they come in trough OWA, and do a search , they can see all users. Is there a way to keep them from seeing this, and only their company names? Thanks, Jason _________________________________________________________________ List posting FAQ: http://www.swinc.com/resource/exch_faq.htm Web Interface: http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchange&text_mode=&lang =english To unsubscribe: mailto:[EMAIL PROTECTED] Exchange List admin: [EMAIL PROTECTED] To unsubscribe via postal mail, please contact us at: Jupitermedia Corp. Attn: Discussion List Management 475 Park Avenue South New York, NY 10016 Please include the email address which you have been contacted with. _________________________________________________________________ List posting FAQ: http://www.swinc.com/resource/exch_faq.htm Web Interface: http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchange&text_mode=&lang=english To unsubscribe: mailto:[EMAIL PROTECTED] Exchange List admin: [EMAIL PROTECTED] To unsubscribe via postal mail, please contact us at: Jupitermedia Corp. Attn: Discussion List Management 475 Park Avenue South New York, NY 10016 Please include the email address which you have been contacted with.
