Top "Account-management" questions

UserPrincipal.FindByIdentity Insists "There is no such object on the server."

I am currently aiming to implement a read-only role provider for an ASP.NET application based on domain security groups …

.net vb.net .net-3.5 active-directory account-management
Cannot load System.DirectoryServices.AccountManagement in ASP.NET VB site

I have been working on adding Active Directory functionality to an already existing ASP.NET website following this guide by …

asp.net .net vb.net directoryservices account-management
DirectoryServices.AccountManagement "old" password still validates after password change

After resetting a users password in Active Directory, if the user tries to log in using their old password, the …

active-directory directoryservices account-management
Updating Name Field on UserPrincipal

When I try to update the Name field (corresponds to the CN) on UserPrincipal (Principal, really), I get an error "…

c# directoryservices account-management
Constraint Violation When Creating AD User Object with account management extension class attributes

I'm creating a WCF service to retrieve and update/create AD Person objects, and have run into a snag. I …

c# active-directory account-management
Get UserPrincipal by employeeID

I have implemented System.DirectoryServices.AccountManagement for authentication into my webapps finding users (UserPrincipal) byidentity given username. However, I have …

c# asp.net-4.0 account-management