用于开发的本地活动目录访问和管理?

发布于 2024-08-25 05:06:50 字数 241 浏览 4 评论 0原文

在我们正在开发的应用程序中,我们使用 .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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

那请放手 2024-09-01 05:06:50

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文