4

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.

McGovernTheory
  • 6,556
  • 4
  • 41
  • 75

3 Answers3

5

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.

Trey
  • 11,032
  • 1
  • 23
  • 21
  • ldapweb last release was in 2009 and ldapusrmgr's - in 2003. Sun Java System Directory Server is now [Oracle Directory Server Enterprise Edition (ODSEE)](https://en.wikipedia.org/wiki/Sun_Java_System_Directory_Server) and is not maintained since 2011. – Greg Dubicki Sep 06 '21 at 16:05
5

While not Java or .Net, there's also phpLDAPadmin:

http://phpldapadmin.sourceforge.net/wiki/index.php/Main_Page

vinny
  • 1,810
  • 15
  • 21
0

Not in Java or .NET - web2ldap is written in Python, but it is open-source under the Apache 2.0 license and - arguably most importantly - it is still actively maintained as of March 2022.

Greg Bell
  • 2,032
  • 1
  • 18
  • 18
Greg Dubicki
  • 5,983
  • 3
  • 55
  • 68