We have an application that uses AD LDS (ADAM) which contains a extended user class ( custom attributes, specific to our application).
I\'m trying to use AD LDS for user authentication in my MVC app. I\'ve managed to write some code that allows me to create/edit/delete users and groups, but i can\'t seem to authenticate them. Here is
I am running a webapp that connects to LDAP (LDS). In the app, I need to check on the user class the value for the attribute userAc开发者_JS百科countControl.
Using the DirectoryServices.AccountManagement library in C#, I am establishing a PrincipalContext, then using that context to validate users.
This is my situation: We are in the process of replacing a certificate store currently hosted on Sun\'s iPlanet with Microsoft\'s Lightweight Directory Services (new version of ADAM with Server 2008)