I need a script to create a folder structure, in sysvol\...\scripts, that resembles the second-tier level of my OU structure. My AD structure is based on...
Hi, I am able to successfully update the fields of address city state country zip to the AD but the notes and country field changes are not reflected in the...
Hi In my web application i want to authenticate users from their windows user name, password, application is deployed on win2000 server , which do not contain...
If I understand you correctly - you want to authenticate to local accounts? Since the server is not a member it will not be able to authenticate domain...
Thanks for the reply and explanation. I'll try that and see if the issue is resolved. Thanks, Mike ... __________________________________________________ Do...
Same error........ ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around ...
I have authentication set to integrated windows authentication. Anonymous is disabled. ... __________________________________________________ Do You Yahoo!? ...
Ok, now I suspect a double-hop issue. Just to verify, are you saying that it works fine when the web server is running on your local machine, but it fails...
Hello.... I have a problem when I add a new user programmatically using ADSI and C# and the Exception message is: "Exception has been thrown by the target of...
... The ActiveDS.dll file is on my machine under the system32 folder. These are the other AD files on my machine: adsiisex.dll, adsldp.dll, adsldpc.dll,...
Ok, Before you going to PSS or reinstalling, try and unregistered ActiveDs.Dll and reregistering it with regsvr32 /u <File> and regsvr32 /i <File>. P.s can...
Hi, I was successfully able to uplaod the fields of address,notes,country field to the Active Directory but these changes did not reflect in the GAL can I know...
Hello... Can you tell me please what are the important steps before programming using ADSI and C#. Because the domain controller (Windows Server 2003) don't...
Hi, Please check your LDAP path and which DC your pinging to for infomration. This should be the first thing. Regards, Vikramaditya. ... [Non-text portions of...
Hello, I am creating a user in AD with C# using the following code: ... DirectoryEntry de = new DirectoryEntry(); de.Path = "LDAP:// ........ DirectoryEntries...
You need to provide a code sample showing the code that isn't working and a stack trace showing the crash and where it occurred if you want help. I could guess...
... You can set those ONLY on Windows 2003 Server - Win2000 server AD did not allow you to set Terminal Server related entries. Search on groups.google.com for...
... Well, what is it that you're trying to do? This is a *VERY* broad question..... of course, you have to be somewhat "fluent" in C# and need to know your way...
Don't. It isn't really worth it to extend the schema with SDS. Use LDIF files instead. To learn more about extending the schema in general (which you need...
Simply my program is dedicated for designing an ISP for a phone based company. I need in this program to check or authenticate the user with its password, thus...
Thanks a lot about your answer, but what I really meant that I know how to program in ADSI and C#, beside that I've learned more from your site. But exactly...
Thanks a lot, but can you please check my code which I've wrote it in the message"Re:Error registering user!"-numbered by 3277 sent to this site. ... ...
A couple of things: Using authenticationtypes.secure is a better way to go when binding to AD as you don't pass the user's credentials in plain text on the...
... No, there are several potential and actual problems. ... What exactly is stored in "strUser" ?? When adding a user, you need to specify its RDN (relative...
... GAL is something from Exchange, right? The data being displayed there possibly isn't coming from the AD attribute you're expecting it to come from. To...
Thanks so much, I understand now the source of errors. I will try the new codes, and hope it will work. Thanks again... ... need to ... to ... objects - ... ...