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-managementI 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-managementAfter resetting a users password in Active Directory, if the user tries to log in using their old password, the …
active-directory directoryservices account-managementWhen I try to update the Name field (corresponds to the CN) on UserPrincipal (Principal, really), I get an error "…
c# directoryservices account-managementI'm creating a WCF service to retrieve and update/create AD Person objects, and have run into a snag. I …
c# active-directory account-managementI 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