[ActiveDir] LDAP query struggle

2006-08-01 Thread Gordon Pegue
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

RE: [ActiveDir] LDAP query struggle

2006-08-01 Thread Almeida Pinto, Jorge de
-29.57.777 ( Mobile : +31-(0)6-26.26.62.80 * E-mail : see sender address From: [EMAIL PROTECTED] on behalf of Gordon Pegue Sent: Tue 2006-08-01 22:18 To: ActiveDir@mail.activedir.org Subject: [ActiveDir] LDAP query struggle I'd like to create an LDAP query

RE: [ActiveDir] LDAP query struggle

2006-08-01 Thread Steve Linehan
Title: [ActiveDir] LDAP query struggle Also insure you are putting the full DN of the user that you are searching for in publicDelegates= since that is a linked attribute. Thanks, -Steve From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Almeida Pinto, Jorge de

RE: [ActiveDir] LDAP query struggle

2006-08-01 Thread joe
://www.joeware.net/win/ad3e.htm -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gordon Pegue Sent: Tuesday, August 01, 2006 4:18 PM To: ActiveDir@mail.activedir.org Subject: [ActiveDir] LDAP query struggle I'd like to create an LDAP query to return a list of users

Re: [ActiveDir] LDAP query struggle

2006-08-01 Thread Tony Murray
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:

RE: [ActiveDir] LDAP query struggle

2006-08-01 Thread Gordon Pegue
Title: [ActiveDir] LDAP query struggle Here's what I tried: ((objectCategory=person)(objectClass=user)(publicDelegates=Benjamin*)) I have a mailbox-enabled user named Benjamin Ortega. I figured that using Benjamin* would grab the user(s) that have him set as having Send on behalf permission

RE: [ActiveDir] LDAP query struggle

2006-08-01 Thread joe
Title: [ActiveDir] LDAP query struggle Ok, so you are trying to find what users have Benjamin as a publicDelegate. That is my B scenerio I listed. Do this adfind -gc -b "" -f name="Benjamin Ortega" publicdelegatesBL If you want more detailed info about each of the use

RE: [ActiveDir] LDAP query struggle

2006-08-01 Thread Gordon Pegue
to learn. Thanks Gordon Pegue -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of joe Sent: Tuesday, August 01, 2006 3:09 PM To: ActiveDir@mail.activedir.org Subject: RE: [ActiveDir] LDAP query struggle objectcategory=user isn't optimal

RE: [ActiveDir] LDAP query struggle

2006-08-01 Thread joe
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gordon Pegue Sent: Tuesday, August 01, 2006 5:43 PM To: ActiveDir@mail.activedir.org Subject: RE: [ActiveDir] LDAP query struggle Thanks joe for the very detailed reply! My whole purpose for creating