问题描述
HI
我搜索了使用 AuthenticablePrincipal.UnlockAccount方法()解锁用户帐户所需的权限/权利。
I've searched for the required permissions/rights to Unlock a user account using the AuthenticablePrincipal.UnlockAccount Method ().
https://msdn.microsoft.com/en-us/library/system.directoryservices.accountmanagement.authenticableprincipal.unlockaccount(v = vs.110).aspx中的MSDN文档未概述所需的权限,只是注意到为不适当的
权利返回的错误对象。
The MSDN document at https://msdn.microsoft.com/en-us/library/system.directoryservices.accountmanagement.authenticableprincipal.unlockaccount(v=vs.110).aspx does not outline the required permissions, just noting the error object returned for inappropriate rights.
您能否告知解锁所需的具体授权权限。
Could you please advise what the specific delegated permission required to unlock is.
谢谢
Andrew
推荐答案
adRights
ReadProperty,WriteProperty
accessControlType
允许
objectType
pwdLastSet
inheritanceType
后代
inheritedObjectType
用户
user
这篇关于AuthenticablePrincipal.UnlockAccount方法()所需的委托权限的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!