如何在java中检查LDAP密码哈希方法(密码验证)?
我需要将 java 应用程序中数据库中保存的用户与活动目录中特定位置的用户进行同步。我想在我的服务器应用程序中使用相同的身份验证,以便我可以将密码哈希从 ldap 复制到我的数据库。
提前致谢。
I need to synchronize users kept in my database in my java application with those in specific location in active directory. I want to use the same authentication in my server application so I can copy hash of passwords from ldap to my database.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我建议使用Spring Security:
http://static.springsource.org/spring-security/site
http://static.springsource.org/spring-security/site/docs/3.0.x/reference/ldap.html
I suggest using Spring Security:
http://static.springsource.org/spring-security/site
http://static.springsource.org/spring-security/site/docs/3.0.x/reference/ldap.html