JSP 和 Active Directory

发布于 2024-12-04 03:43:04 字数 515 浏览 1 评论 0原文

我正在开发一个“更改密码”JSP,它必须与 Active Directory 连接,并让用户更改他/她的密码。

看来 JNDI 是可行的方法,这是正确的吗?这里有人以前做过这个吗?

我将遵循的示例是 http://gwallen.com/code/java/activedirectory .php#deleteDupeshttp://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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

薄凉少年不暖心 2024-12-11 03:43:04

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文