Im trying to get the following code to work, problem is, sometimes it does, sometimes it doesnt. when it fails it gives the error 0x800704F1 "the system cannot contact a domain controller to service the authentication request" I'd say about 90% of the time it fails. I have tried giving [...] read more
I have the following code as part of a web application for my Active Directory users to be able to update their passwords (for active directory and gmail at the same time). I am using C# with System.DirectoryServices.AccountManagement. This code worked until yesterday try { State.log.WriteLine("Connecting LDAP."); string ldapPath = [...] read more
Our custom application built on ASP.NET C# which uses the Active Directory classes was working just fine to change the password of Active Directory users, but it stopped working as soon as below updates were installed on server https://support.microsoft.com/en-us/kb/3167679 https://support.microsoft.com/en-us/kb/3177108 Now our password manager application are not able to change [...] read more