解锁锁定的活动目录帐户
我想使用 jndi 解锁锁定的 Active Directory 帐户。据我所知,通常是通过更改用户帐户属性来完成的。但是我无法获得其各种选项的正确组合。
I want to unlock a locked active directory account using jndi. It is usually done using by changing the user account attribute as far I know. However I am unable to get the correct combination of its various options.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
将 lockoutTime 属性设置为 0,然后就可以开始了。
Set the lockoutTime attribute to 0 and you'll be good to go.
您还可以使用 PowerShell:
替换为实际用户名。
You can also use PowerShell:
Replace with the actual username.