向 Active Directory 中的对象读取/写入安全属性(与权利委派的工作方式相同)C#
我正在寻找一种方法来读取和设置 Windows Server 2008+ 上 Active Directory 中的对象(OU 或用户/计算机)的安全权限。与使用 Active Directory 向导进行委派的方式相同吗?我希望能够选择 OU 并为其分配组并具有重置密码权限或能够创建/管理用户?
我怎样才能做到这一点?
I'm looking for a way to read and set security permissions on an object (OU or users/computers) in Active Directory on Windows Server 2008+. The same way that Delegation by using Active Directory Wizard does it? I would like to be able to choose OU and assign group to it with Reset Password permissions or with ability to create / manage users?
How can I achieve that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
因此,这里是一个简单的示例,允许域用户 '
user1
' 为 OU 'ForUser1
' 中存在的用户重置密码,之后您需要:
a 查找 ExtendedRightAccessRule 的位置。
查找 Active-Directory 架构属性 和 类信息。
So here is a simple example that allow the domain user '
user1
' to reset password for users presents in OU 'ForUser1
'After that you need :
a place to find ExtendedRightAccessRule.
a place to find Active-Directory schema attributes and classes informations.