Page 1 of 1

LDAP Searching

Posted: Thu May 18, 2006 2:06 am
by danf01
Hi all,

I was wondering if there was a way to search a Windows 2k3 Active Directory using LDAP, and for it only to return OU's.

Thanks, Dan.

Posted: Thu May 18, 2006 2:17 am
by Ree

Posted: Thu May 18, 2006 12:25 pm
by pickle
Maybe if you set the filter to be something like:

Code: Select all

(&(objectClass='ou'))
Using Novell Directory Services wording here, you'll need to change it of course.