获取 Win 2003 域上的密码

发布于 2025-01-06 06:07:05 字数 487 浏览 5 评论 0原文

最近,我在一所运行本地域的学校接到一项任务,要求在本周重置密码时获取所有密码的副本(学生和教职员工)。

这样做的原因是我们希望它们与我们的本地代理服务器密码和基于第三方用户的应用程序同步。

我研究过passwdhk,但没能让它在我们的机器上干净地运行。我们有 1 台 Windows Server 2008 RC2 计算机和 1 台 Windows Server 2003 计算机 - 因此我们正在运行 2003 域。

我想知道是否有人可以帮忙。我正在寻找类似于 passwdhk 的东西 - 某种自定义密码过滤器。但是我不是高级程序员,无法用 C 或 C++ 编写此代码。谁能指出我可以轻松修改的方向或指出另一种解决方案?

我想到的另一个选择是强制所有用户登录具有 ASP.NET 后端的 Intranet 页面,该后端向他们提供表单并通过 WSO 或其他方式发送它 - 这样我就可以获得纯文本副本。

我们将非常非常感谢您的想法和意见!

谢谢!

I've recently been given the task at a school which runs a local domain to grab a copy of all the passwords when we reset them this week (students and staff).

The reasoning for this is because we wish to have them in sync with our local proxy server passwords and 3rd party user based applications.

I've had a look into passwdhk but haven't been able to get it running cleanly on our machines. We have 1x Windows Server 2008 RC2 machine and 1x Windows Server 2003 machine - we're running a 2003 domain because of this.

I'm wondering if anyone can help. I'm looking at something similar to passwdhk - some sort of custom password filter. However I'm not a higher level programmer and wouldn't be able to write this in C or C++. Can anyone point me in the direction of one I could easily modify or point out another solution?

The other option I was thinking of was to force all users to log into an intranet page with an ASP.NET backend that presented them with a form and sent it via a WSO or something - that way I'd have a plain text copy.

Your thoughts and input would be highly, highly appreciated!

Thanks!

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

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

发布评论

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

评论(1

酷遇一生 2025-01-13 06:07:05

您需要一个自定义密码过滤器或密码同步产品。 Forefront Identity Manager 可以做到这一点,但您不会在一周内完成此设置(或可能的任何解决方案)。

基于 Web 的自助服务界面非常常见,但是您将无法使用本机 Windows 功能来传达密码到期信息。

You would need a custom password filter, or a password sync product. Forefront Identity Manager is one which can do this but you're not going to get this (or likely any solution) setup in a week.

A web based self service interface is pretty common, but, you won't be able to use the native Windows functionality to communicate password expiry.

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