Local active directory access and management for development?
Posted
by Huck
on Stack Overflow
See other posts from Stack Overflow
or by Huck
Published on 2010-03-15T19:31:44Z
Indexed on
2010/03/15
19:39 UTC
Read the original article
Hit count: 242
Hi everybody,
In an application we are developpment, we are accessing Active Directory users and groups using the .Net DirectoryEntry and DirectorySearcher classes. Managing the test groups and users during development is getting tedious.
I am wondering if there was an easy way to setup a simple local AD in which we could easily create / delete users and assign them or remove them from groups as we want with the DirectoryEntry / DirectorySearcher classes?
Thanks.
© Stack Overflow or respective owner