Why do you need both attributes?  And if you're trying to build an AL, why is the speed such a big concern?  How many objects are we talking about?  What's the big picture of the solution?


From: Michael B. Smith [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 05, 2004 9:31 AM
To: [EMAIL PROTECTED]
Subject: RE: [ActiveDir] Simple LDAP Query

I'm using an extensionattribute and the mail attribute right now, to do precisely this. But it's dog slow and it complicates provisioning.
 
If it just can't be done, well it can't be done. I'll live with what I've got -- I just wanted to improve my current process.


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mulnick, Al
Sent: Wednesday, May 05, 2004 9:13 AM
To: '[EMAIL PROTECTED]'
Subject: RE: [ActiveDir] Simple LDAP Query

Trying to figure out exactly what you want to accomplish.  You cannot use an OU as the criteria for Address books as previously mentioned, you can however use an attribute, a group (as mentioned), etc. to make this work.  You could tag each object in the particular OU with criteria such as "my criteria for OU1". That would allow you to have a particular OU built into an AL in effect. 
 
As for searching, why not just figure if it's mail-enabled or mailbox-enabled, it fits your match and you'll take it?


From: Michael B. Smith [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 04, 2004 9:39 PM
To: [EMAIL PROTECTED]
Subject: RE: [ActiveDir] Simple LDAP Query

The problem is with contacts and public folders. I already do the crawl. But contacts within the OU's are a particular pain.

 

Perhaps I'm wrong, but I figure that there HAS to be a way. :-P

 

(Hope springs eternal...)

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brian Desmond
Sent: Tuesday, May 04, 2004 8:33 PM
To: [EMAIL PROTECTED]
Subject: RE: [ActiveDir] Simple LDAP Query

 

You can't do that with exchg. Get a security group with everybody in the OU, and search for (memberOf=DNToGroup). I know it's a pain - I do it. If the OUs are constantly going to change, write an agent to crawl them every night and update the groups.

 

--Brian Desmond

-----Original Message-----
From: Michael B. Smith [mailto:[EMAIL PROTECTED]
Sent: Tue 5/4/2004 7:27 PM
To: [EMAIL PROTECTED]
Cc:
Subject: RE: [ActiveDir] Simple LDAP Query

Unfortunately, I don't have the luxury of specifying my search base. I need a query that I can, specifically, place into an "All Address Lists" object in Exchange System Manager. So effectively I'm limited to a search base of the domain.

 

But thanks for your response.

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ulf B. Simon-Weidner
Sent: Tuesday, May 04, 2004 6:00 PM
To: [EMAIL PROTECTED]
Subject: AW: [ActiveDir] Simple LDAP Query

 

Hi Michael,

 

just define it in the search base, e.g.

LDAP://ou=myou,dc=mydomain,dc=com. You define usually searchbase, filter, attribues and scope - and searchbase does not need to be the domain, it can be any LDAP Path.

 

HTH, Ulf

 


Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Michael B. Smith
Gesendet: Dienstag, 4. Mai 2004 23:38
An: [EMAIL PROTECTED]
Betreff: [ActiveDir] Simple LDAP Query

I'm obviously missing something simple...

 

How do I construct a query to return all the objects in a particular OU?

 

(To be specific, I want to return everything in an OU that is mail-enabled -- but I can do the rest given the syntax to search only a particular OU.)

 

Thanks

 

Reply via email to