WAS-Active Directory 身份验证失败的原因
我在 Websphere Application Server 和 Active Directory 中使用基于表单的身份验证。由于多种原因,身份验证可能会失败。
- 用户/密码不正确
- 密码过期
- 帐户由于某些预设的无效密码输入而被锁定。
有没有办法知道身份验证失败的确切原因。
I am using form based authentication with Websphere Application Server and Active Directory. Authentication can fail because of variety of reason viz.
- user/password incorrect
- Password expired
- Account locked because of some pre set invalid password entry.
Is there a way to know the exact reason for authentication failure.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查一下,看看是否有任何信息(特别是编程提示和技巧中的信息)可以帮助您。
如果您想查看失败的各种原因,那么使用 LoginFilter 和相关代码可能是一种方法。
http://public .dhe.ibm.com/software/dw/wes/pdf/0611_botzum-WAS-60-security-programming-hints.pdf
HTH
Manglu
Check this out and see if any of the info (particularly in the programming hints and tips helps you out).
Using a LoginFilter with relevant code should likely be the approach if you want to see the various reasons for the failure.
http://public.dhe.ibm.com/software/dw/wes/pdf/0611_botzum-WAS-60-security-programming-hints.pdf
HTH
Manglu