JSP 和 Active Directory
我正在开发一个“更改密码”JSP,它必须与 Active Directory 连接,并让用户更改他/她的密码。
看来 JNDI 是可行的方法,这是正确的吗?这里有人以前做过这个吗?
我将遵循的示例是 http://gwallen.com/code/java/activedirectory .php#deleteDupes 和 http://download.oracle.com/javase/jndi/tutorial/getStarted/examples/directory.html
我走在正确的轨道上吗?有什么提示、警告或建议吗?
谢谢
I'm working on a "change password" JSP which must connect with Active Directory, and let a user change his/her password.
It seems like JNDI is the way to go, is this correct? Has anyone here done this before?
The examples I'll be following are http://gwallen.com/code/java/activedirectory.php#deleteDupes and http://download.oracle.com/javase/jndi/tutorial/getStarted/examples/directory.html
Am I on the right track? Any tips, warnings, or suggestions?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Spring LDAP 的 LdapTemplate 提供了快速以及访问/修改 LDAP 条目的简单方法。
此主题< Spring论坛上的/a>应该对你有帮助。请记住,使用 ldaps:// 并创建具有足够权限的管理器 DN。
Spring LDAP's LdapTemplate provides quick and easy way to access/modify LDAP entries.
This thread on Spring Forum should help you. Just remember, use ldaps:// and create manager DN with sufficient privileges.