Java 中的安全 LDAP 身份验证
我试图弄清楚如何使用活动目录对 Java 中的用户进行身份验证并确定适当的权限集。
有人有 SECURE(密码不以明文形式发送)LDAP 身份验证机制的示例吗?我似乎找不到合适的例子(我是一个视觉学习者)。
I am trying to figure out how to authenticate and determine the appropriate permission set for a user in Java, using the active directory.
Does anyone have an example of a SECURE (password not being sent in clear text) LDAP authentication mechanism? I can't seem to find an appropriate example (I'm a visual learner).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用GSS-API验证用户的真实性。
Use GSS-API to verify users authenticity.