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.
LDAP Searching
Moderator: General Moderators
Maybe if you set the filter to be something like:
Using Novell Directory Services wording here, you'll need to change it of course.
Code: Select all
(&(objectClass='ou'))Real programmers don't comment their code. If it was hard to write, it should be hard to understand.