Hello Joe, ... at System.DirectoryServices.SearchResultCollection.ResultsEnumerator.Move Next()\r\n at System.DirectoryServices.DirectorySearcher.FindOne() ...
That's definitely not a good thing. There is something wrong in the guts of the SearchResultCollection that isn't working correctly. I have no idea what's...
Can you also show what the LDAP path looks like that you are using? I don't need your credentials, just a path example. Joe K. ... From: "tarakvbhatt"...
1. I have a novell server <server.windowsdomain.com> 2. I have setup edirectory on the novell server 3. The workstation I am using is part of active directory...
Yes the value the ipaddress I am passing, is the novell server's address. But I could not find a way to specify the port, can you please tell me whether it is...
The port isn't required unless the server is running on a different port than the standard ldap 389 port. You can specify it in the LdapDirectoryIdentifier...
Are you or another process doing something on the machine at the same time... like deleting users with the UI? ... [Non-text portions of this message have been...
Thank you for the response, here is the code I am using The following does the connection for me, where <ldapServer> is the string containing ip address of the...
That's definitely an AD rootDSE. The only thing I can think of is that your ldapServer variable is somehow null and thus the LDAP API is bootstrapping a domain...
Thank you, the value was becoming null, when I harcoded, it worked, thanks a lot. Warm Regards Sabitha ... somehow ... using the ... using a ... and ... ...
While using System.DirectoryEntry.Protocols, 1. I search out the top level Organizational Units. 2. The SearchResult has more than one SearchResultEntry Is...
did you try a RefreshCache after creating the DirectoryEntry object? just by executing the DirectoryEntry statement, does not mean that you have officially...
Although the GUID property is available for the Ediretory Objects, I am not able to get them while using, DirectoryEntry. Please Help. Thanks Sabitha...
You might check the following MSDN article for how to use LDAP to do this. http://msdn2.microsoft.com/en-us/library/ms991854.aspx Cheers, Tim MCSD, MCSD.NET,...
I am connecting to Novell Edirectory using the DirectoryEntry. When the connection is through, the following are the attibutes/properties of the DirectoryEntry...
have you checked Novell's website to see what is available to LDAP via the Novell EDirectory? Cheers, Tim MCSD, MCSD.NET, MCAD, MCDBA, MCSA 2000, MCP Yahoo...
1. The GUID attribute is available , because I am able to access if I am using C# library provided by Novell. 2. AuthenticationType.None does not seem to work....