SharePoint 记住更改的密码
更改用户的 Active Directory 密码时,我发现 SharePoint 出现了一些奇怪的行为。
我创建了一个自定义应用程序页面来更改 Active Directory 中的用户密码。 该代码似乎运行良好,因为我可以在 Windows 中验证密码是否已更改。
但奇怪的是,密码更改后,SharePoint 将允许用户使用新更改的密码和旧密码登录。 本质上允许他们使用两个不同的密码登录。
我验证了这是 SharePoint 中的内容,因为我只能使用新更新的密码登录 Windows。
有谁知道为什么会发生这种情况? 我似乎无法在网上找到有关 SharePoint 缓存凭据或任何内容的任何信息。 任何想法将不胜感激。
提前致谢。
I'm witnessing some strange behavior with SharePoint when changing user's Active Directory passwords.
I created a custom Application Page to change a user's password in Active Directory. The code seems to be working great as I can verify within Windows that the password was changed.
However, the strange thing is that after the password change, SharePoint will allow the user to log in with both their newly changed password and their old password. Essentially allowing them to log in with two different passwords.
I verified that this is something within SharePoint as I can only log into Windows with the newly updated password.
Does anybody know why this would happen? I can't seem to find any info on the web regarding SharePoint caching credentials or anything. Any thoughts would be greatly appreciated.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您是否在浏览器中看到身份验证弹出窗口? 或者是否配置为使用当前登录用户名登录? 如果将其配置为使用当前登录用户名,则更改密码并不重要。 您是否尝试过除 IE 之外的其他浏览器?
Are you getting the Authentication Popup in the Browser ? or is it configured to login with the current logon user name ? If it is configured to use current logon user name it wont matter if you changed the Password. did you tried other Browser's other than IE ?
这是预期行为:http://support.microsoft.com/kb/906305
This is expected behaviour: http://support.microsoft.com/kb/906305