3rd party active directory component with built-in functionality

I still don't know how to find the active directory, so I was hoping that you guys could recommend some third party components for which all inline methods would be created :)

I usually create my own users table with permission / role tables, but want to add active directory as an option so that you can use the already configured users on windows servers.

.NET component

0


source to share


2 answers


You have not specified a language. Here's one for .NET:



http://www.dotnetactivedirectory.com/

+1


source


If you are using .NET 3.5 you can use the System.DirectoryServices.AccountManagement namespace to make AD operations much easier.



0


source







All Articles