Hi there, It seems like you have everything well planned out, I am not sure what you need help with (its Monday :P) I could be just blind. Could you re phrase ...
The user name and password in the code should be sufficient to bind to the directory and execute the code. Can we see the code please? Let us know Carlos ... ...
Ok I wont laugh as something similar happened to me like that. By default your Domain Administrative account (or the Administrative account you setup your...
Hi Maria, SSL is not the only option to set a password. It is one of the most secure and preferred methods but not a must. To set a password you can use: ...
Hi Carlos, Thank you so much for your response. I am very sorry if my question confused you. Let me try again. I used LDAP and WinNT to collect information of...
I appreciate your response, but I still couldn't get that to work even after using LDP.exe to securely bind to the partition. Let me reiterate that I deleted...
Don't forget that if you are overwriting the proxyAddresses field, you also have to take into consideration, the X400 address, and any other addresses that...
There's a way out. 1. Logon to ADAM machine as a local admin (Windows one) 2. Use windir\adam\dsacls to /takeOwnership of the Administrators group object....
Inline _ (in the form of [ANSWER]) Carlos Magalhaes ... From: kristian_wright2002 [mailto:kristian_wright2002@...] Sent: Monday, March 01, 2004 5:56...
Attempting to access the following URL: http://www.server.com/human.resources/default.asp <http://www.server.com/human.resources/default.asp> Generates the...
PS. When prompted for credentials, even providing the Administrator account/password results in the same error. Funky, no? ... From: Brendan Stephens Sent: Tue...
Anonymous access using the IUSER_SERVER account and Intergrated Windows Authentication. Renaming the folder, even to 'human.resource', stripping the last 's',...
Just do me a favor and change Anonymous to integrated, or even digest (if you have a AD domain) Try it and let me know if it works. CM ... From: Brendan...
Hi gang, I found this [1] nice little collection of basic ADSI scripts that Remie Bolte collected over att 15seconds.com. It pretty much covers most of the...
Hey Mikael, Thanks for the link, wonderful to see someone posting things they found out there regarding ADSI / System.directoryServices. Why don't you contact...
Hmmm interesting setup, well there is many different methods of "verifying" a user. If you consider a bind to the user object and reading properties a ...
No matter what I set it to, the error is generated. Intergrated, Anonymous with Administrator, same error. But what is EVEN MORE STRANGE, is it doesn't...
Found the source: Under application configuration in IIS, application mapping has a ".configuration" reference to the aspnet_isapi.dll ... From: Brendan...
... If you look at the group in NW 6.0 with my ADSI Browser or with the Beavertail utility (both available from this group's "Files" section), do you see the...
I am trying something like that but I am getting an error here is my code Dim x As String = result.Properties("distinguishedName")(0) Dim de2 As New...
I am trying to create an asp.net application that will allow users to change there passwords. I found some code on msdn but it is not Dim x As String =...
Well this is a very valid error, it seems like a password policy error. You HAVE TO adhere to password policies, i.e. Specify CAP letters, numeric (1242) and...
In your LDAP bind : LDAP://10.97.204.200/ you are binding to a specific server, this server could very well not have a ref to this user object, rather try, ...
Forgive the question, but I am very tired (several all-nighters) and before I go making any sincere code changes to my user management component: We have...
The short answer is no, it would not automatically create the account if you changed the msExchHomeServerName attribute (you are just changing the value of an...
Hi All, I used the following code to get my own domain: DirectoryEntry de = new DirectoryEntry("LDAP://"); DirectorySearcher srch = new DirectorySearcher ...
Hi all, I having problem with the AD. When I run my ASP.NET application on my localhost, all members groups can be displayed correctly. However, when I run it...
I am following the password rules I have tried this code using both a regular user and a domain admin. I keep getting the same error invalid network password....