Hi
> objectClass: top
> objectClass: organizationalUnit
...
> You can notice that the class name is "organizationalUnit".
No, it's both top and organizationalUnit, as objectClass is a
multi-value-attribute. I recommend to use objectCategory instead,
since this is a single-value-attribute.
-Mark
Original Message-
From: Discussion of advanced .NET topics. on behalf of Shawn Wildermuth
Sent: Thu 2/23/2006 10:48 AM
To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM
Cc:
Subject: Re: [ADVANCED-DOTNET] DirectoryServices search filter problem
rmuth
Sent: Wed 2/22/2006 8:44 PM
To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM
Cc:
Subject: Re: [ADVANCED-DOTNET] DirectoryServices search filter problem
===
This list is hosted by DevelopMentorĀ® http://www.develop.com
View archives and manage your subscription(s) at http://discuss.develop.com
To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM
Cc:
Subject: Re: [ADVANCED-DOTNET] DirectoryServices search filter problem
al Message-
From: Discussion of advanced .NET topics.
[mailto:[EMAIL PROTECTED] On Behalf Of SOUMER Walid
Sent: Wednesday, February 22, 2006 7:52 AM
To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM
Subject: [ADVANCED-DOTNET] DirectoryServices search filter problem
Hi all,
I'm trying to retrieve an organizat
Hi all,
I'm trying to retrieve an organizationalUnit directory entry using the
following filter "(&(objectClass=organizationalUnit)(ou=name))" and i'm getting
a null reference.
I noticed that when removing the "objectClass=organizationUnit" it works.
I'm also facing the same problem using the ld