用于开发的本地活动目录访问和管理?
在我们正在开发的应用程序中,我们使用 .Net DirectoryEntry 和 DirectorySearcher 类访问 Active Directory 用户和组。在开发过程中管理测试组和用户变得很乏味。
我想知道是否有一种简单的方法来设置一个简单的本地 AD,在其中我们可以轻松地创建/删除用户并分配它们或将它们从组中删除,就像我们希望使用 DirectoryEntry / DirectorySearcher 类一样?
谢谢。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
ADAM 将允许您安装本地 AD 并使用 .NET 中的 DirectoryServices 命名空间对其运行查询。
Active Directory 应用程序模式 (ADAM )
仅供您参考,还有另一个我觉得非常有趣的 AD 相关链接。我不知道它是否对您有用,但对我来说一直有用,即: 如何:(几乎)Active Directory 中的所有内容。
ADAM will allow you to install a local AD and run queries against it with the DirectoryServices namespace in .NET.
Active Directory Application Mode (ADAM)
Only for your information, there is another AD related link that I find pretty interesting. I don't know if it's going to be useful for you, but has been for me, that is: How to: (Almost) Everything in Active Directory.