如何从活动目录中检索用户的最后三个密码?

发布于 2024-11-27 01:45:55 字数 76 浏览 0 评论 0原文

我正在为用户实现“更改密码”屏幕,并且要求更改的密码不应与用户的最后三个密码相同。我可以使用目录条目和目录搜索器在 C# 中执行此操作吗?

I am implementing a Change password screen for the user and there is a requirement that changed password should not be same as last three passwords of a user.Can i do that in c# using directory entry and directory searcher.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

瑾夏年华 2024-12-04 01:45:55

使用 Active Directory:http://technet.microsoft.com/en-us/library /cc875814.aspx

除非您将密码存储在程序数据库中,否则您将无法在 AD 中看到以前的密码。采用正确的方法并使用 AD 来完成此任务。

Use Active Directory: http://technet.microsoft.com/en-us/library/cc875814.aspx

Unless you store the passwords in a program database you wont be able to see previous passwords in AD. Go the proper approach and use AD for this task.

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