Search the web
Sign In
New User? Sign Up
ADSIANDDirectoryServices · ADSI and System.DirectoryServices Q&A
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 4318 - 4347 of 4629   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4318
Hello Joe, ... at System.DirectoryServices.SearchResultCollection.ResultsEnumerator.Move Next()\r\n at System.DirectoryServices.DirectorySearcher.FindOne() ...
tarakvbhatt
Offline Send Email
Feb 1, 2007
9:37 am
4319
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...
Joe Kaplan
joekaplan2003
Offline Send Email
Feb 2, 2007
5:00 am
4320
Hello Joe, ... public void GetUserInfo(string username) { DirectoryEntry de = new DirectoryEntry(usersLdapPath, adLoginName, adLoginPassword); ...
tarakvbhatt
Offline Send Email
Feb 2, 2007
1:17 pm
4321
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"...
Joe Kaplan
joekaplan2003
Offline Send Email
Feb 2, 2007
3:35 pm
4322
I am trying to create strong name for Novell.Directory.Ldap.dll and I get "bad version of provider" error....
sbsabitha
Offline Send Email
Feb 2, 2007
8:08 pm
4323
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...
sbsabitha
Offline Send Email
Feb 2, 2007
9:10 pm
4324
Does the value you are passing in for ldapServer point to eDirectory or AD? Joe K. ... From: "sbsabitha" <sbsabitha@...> To:...
Joe Kaplan
joekaplan2003
Offline Send Email
Feb 2, 2007
11:10 pm
4325
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...
sbsabitha
Offline Send Email
Feb 4, 2007
5:15 am
4326
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...
Joe Kaplan
joekaplan2003
Offline Send Email
Feb 4, 2007
6:10 am
4327
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...
Ryan Dunn
dunn_rp
Offline Send Email
Feb 5, 2007
11:31 am
4328
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...
sbsabitha
Offline Send Email
Feb 5, 2007
3:30 pm
4329
If that IP address is the Novell server, you should be getting the rootDSE information from that box. Can you show what the results of your ...
Joe Kaplan
joekaplan2003
Offline Send Email
Feb 5, 2007
4:32 pm
4330
Here is the result I am getting. <DOMAIN> is the microsoft domain and <DNSHOST> is the PDC for the domain. Thanks for the help. ...
sbsabitha
Offline Send Email
Feb 5, 2007
4:47 pm
4331
Here is the result I am getting. <DOMAIN> is the microsoft domain and <DNSHOST> is the PDC for the domain. Thanks for the help. ...
sbsabitha
Offline Send Email
Feb 5, 2007
6:58 pm
4332
Created strong name for the source. Thanks Sabitha...
sbsabitha
Offline Send Email
Feb 5, 2007
7:32 pm
4333
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...
Joe Kaplan
joekaplan2003
Offline Send Email
Feb 5, 2007
7:35 pm
4334
Thank you, the value was becoming null, when I harcoded, it worked, thanks a lot. Warm Regards Sabitha ... somehow ... using the ... using a ... and ... ...
sbsabitha
Offline Send Email
Feb 5, 2007
7:57 pm
4335
Is there any way to find the Login details, Servername, Tree, Context from the Workstation [novell Client] ? Thanks -Sabitha...
sbsabitha
Offline Send Email
Feb 5, 2007
9:55 pm
4336
Can you anyone please let me know how to go about it. If there is a sample code that would be great. I repeatedly get...
sbsabitha
Offline Send Email
Feb 6, 2007
4:06 pm
4337
Like we have in Active Directory DC=MyCompany,DC=COM Which should be taken as TOP most in the ediretory? Thanks in Advance. -Sabitha...
sbsabitha
Offline Send Email
Feb 6, 2007
4:41 pm
4338
While using System.DirectoryEntry.Protocols, 1. I search out the top level Organizational Units. 2. The SearchResult has more than one SearchResultEntry Is...
sbsabitha
Offline Send Email
Feb 6, 2007
5:15 pm
4339
did you try a RefreshCache after creating the DirectoryEntry object? just by executing the DirectoryEntry statement, does not mean that you have officially...
Timothy P Macaulay
mact312
Online Now Send Email
Feb 6, 2007
7:38 pm
4340
Hi friend, thanks a lot, it works Thanks Sabitha ... ("LDAP://<ipaddress>/CN=<tree>,0=<organisation>", ... of...
sbsabitha
Offline Send Email
Feb 6, 2007
7:47 pm
4341
Although the GUID property is available for the Ediretory Objects, I am not able to get them while using, DirectoryEntry. Please Help. Thanks Sabitha...
sbsabitha
Offline Send Email
Feb 6, 2007
8:27 pm
4342
i do not understand your question. Can you elaborate? Cheers, Tim MCSD, MCSD.NET, MCAD, MCDBA, MCSA 2000, MCP Yahoo Messenger: mact312@... MSN...
Timothy P Macaulay
mact312
Online Now Send Email
Feb 6, 2007
8:38 pm
4343
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,...
Timothy P Macaulay
mact312
Online Now Send Email
Feb 6, 2007
8:47 pm
4344
I am connecting to Novell Edirectory using the DirectoryEntry. When the connection is through, the following are the attibutes/properties of the DirectoryEntry...
sbsabitha
Offline Send Email
Feb 6, 2007
8:52 pm
4345
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...
Timothy P Macaulay
mact312
Online Now Send Email
Feb 6, 2007
11:51 pm
4346
Try AuthenticationType "None" Regards, Vivek Kumbhojkar ... _________________________________________________________________ Gossips, movie reviews,...
Vivek Kumbhojkar
vkumbhojkar
Offline Send Email
Feb 7, 2007
1:12 pm
4347
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....
sbsabitha
Offline Send Email
Feb 7, 2007
3:21 pm
Messages 4318 - 4347 of 4629   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help