Hi!! I have a windows 2003 server and Active directory domain. When i move a machine from some other domain to this domain the system time for the client...
Correct the timezone. A domain member computer will automatically receive time updates from the "nearest" DC (which receives them from the DC that contains the...
Hello all I am trying to use AD services to connect to the Novell edirectory to authenticate my users to an asp.net web application i am writing. I have tried...
I only get this message in production. The application works fine from my local machine. I tested the app locally in both debug and release mode without...
Can you please show us the code and the error? Thank you Carlos Magalhaes ... From: fhc40 [mailto:fhc40@...] Sent: Friday, July 02, 2004 4:27 PM To:...
Yes, please show the code. The issue is almost certainly a problem related to ADSI not being able to read your schema in AD due to a permissions problem. This...
A Windows PC does this with the DC because it's important that the time difference between machines joined to a Active Directory domain be small. Otherwise...
If this code snippet is not enough, I can send the entire class file for review. Thanks in advance for your help. This is the actual error message: The Active...
I have solved this problem. The root issue was that the IIS server was running under an id that did not have adequate rights. Everyone - Thanks for all of your...
Hello, I've an asp.net page that tries to access an openldap server with system.directoryservices, I've success reading standard attributes like cn, sn and so...
Hi Kiran, ... What do you even need this for?? Basically, you should be able to access everything you need from the "dr" DirectoryEntry - hardly ever do you...
Hey Mike, Can you please send us the code? And the exact error. Usually a adstype error means that the schema cache that ADSI uses does not include that...
I am working with a non-forested Active Directory, and am trying to make sure my stuff works in a forest envirnoment. I would like to set up an Admin module...
Hello all, I have a some what off-topic question but it is in the area so I'll give it a try... Not so long ago I got some really good tips on how to set up my...
Hi Marc, The NativeObject property is just an easy way to force the DirectoryEntry to bind, so that's why people use it. My guess is that the username...
Additionally, make sure your LDAP server has a subschemaSubentry value in RootDSE. If it does not, ADSI cannot bootstrap the schema and will not be able to...
A couple of things to check: Make sure the server is a member of the domain you want to authenticate against (or a trusted domain in the forest) Make sure the...
Toby, You probably have admin rights assigned to your id. This will give you unlimited access to the AD. Your IIS server is probably running under default ID...
Thanks Carlos, I wrote a wrong error code, sorry :( however here are code and error message: the code, copied from a system.directoryservices example found on ...
Hi I try to write an application to get the Folder Names available in the Outlook Contacts folder. But i am not able to get the results. Here i placed my code...
Dear Joe and all I am the guy with the problem in Novell LDAP. I am trying to get this thing working. I am currently at the client site and this is my one of...
Note: forwarded message attached. ... Do you Yahoo!? Yahoo! Mail is new and improved - Check it out! [Non-text portions of this message have been removed]...
I want to read the Account Expires property of a user. When I do so I get the value back as a System.__ComObject. How do I cast that so that I can get the...
Sorry Kiran, but I don't know much about how eDirectory is structured to be able to tell you want to look for. You should probably use an LDAP browser to poke...
Hello, Is there an easy way (possibly with system.directoryservices) to delete all members from an active directory group without deleting them one by one or...
You have bumped into one of my biggest pet peeves in S.DS. Essentially, values that are stored as INTEGER8 in AD get marshaled by COM at IADsLargeInteger in...
Dear Steven I sincerely thank you for that code you gave me. However I am having a small problem. I have tried the code that you have given me. It simply says...