基于 Web 的 LDAP 浏览器
有谁知道“基于 Web”的应用程序允许开发人员浏览 LDAP 服务器并查看 objectClasses 和 attributeClasses? 理想情况下,我会喜欢用 Java 或 .NET 编写的开源软件。
Is anyone aware of an "web-based" application that allows developers to browse an LDAP server and view objectClasses and attributeClasses? Ideally I would love something open source that is written in either Java or .NET.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您有通用工具,例如
http://ldapweb.sourceforge.net/ (HP)
和
http://ldapusrmgr.sourceforge.net/
许多目录产品开箱即用,具有非常强大的 Web 界面,例如
Sun Java System Directory Server Enterprise Edition,它也是“免费”的。 我相信,如果您还设置了“虚拟目录”,则可以使用 DSEE webmin 工具访问其他目录服务器的数据。
您还可以跳出框框,使用 OpenSSO 等工具进行基本的目录编辑(尽管它不会暴露 LDAP 安装的太多细节,只是一种编辑实际数据的方法。
我个人喜欢 Apache Directory Studio,它是基于 Eclipse 的桌面应用程序。
You have generic tools like
http://ldapweb.sourceforge.net/ (HP)
and
http://ldapusrmgr.sourceforge.net/
Many directory products come out of the box with very powerful web interfaces like
Sun Java System Directory Server Enterprise Edition which is also "free". I believe with the DSEE webmin tool you can access other directory servers' data if you set up "virtual directories" as well.
You can also go way outside the box and use tools like OpenSSO to do basic directory editing (though it won't expose TOO many details of the LDAP install, just a method to edit the actual data.
I personally like Apache Directory Studio which is a desktop app based on Eclipse.
虽然不是 Java 或 .Net,但还有 phpLDAPadmin:
http://phpldapadmin.sourceforge.net/ wiki/index.php/Main_Page
While not Java or .Net, there's also phpLDAPadmin:
http://phpldapadmin.sourceforge.net/wiki/index.php/Main_Page