It depends a little on what you're looking for. Let's say you have a meeting room (MR1) and a user (Bob Smith) has Send on Behalf of permissions for the meeting room. A search using MR1 would use publicDelegatesBL (the back link attribute) and would look something like this:
(&(objectclass=user)(objectcategory=person)(publicdelegatesbl=CN=MR1,CN=Users,DC=myco,DC=com)) A search using Bob Smith would use publicDelegates and would look something like this: (&(objectclass=user)(objectcategory=person)(publicdelegates=CN=Bob Smith,CN=Users,DC=myco,DC=com)) Tony ---------- Original Message ---------------------------------- From: "Gordon Pegue" <[EMAIL PROTECTED]> Reply-To: [email protected] Date: Tue, 1 Aug 2006 14:18:12 -0600 I'd like to create an LDAP query to return a list of users that have the "Send on behalf" field populated in the "Exchange General / Delivery Options" properties in ADUC. I cannot seems to make sense of the syntax of the query... (&(objectCategory=user)(publicDelegates=<user I'm searching for>)) Is there something I'm missing or can someone provide the correct query format to do what I need? Thanks Gordon Pegue List info : http://www.activedir.org/List.aspx List FAQ : http://www.activedir.org/ListFAQ.aspx List archive: http://www.activedir.org/ml/threads.aspx ________________________________________________________________ Sent via the WebMail system at mail.activedir.org List info : http://www.activedir.org/List.aspx List FAQ : http://www.activedir.org/ListFAQ.aspx List archive: http://www.activedir.org/ml/threads.aspx
