Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Web-based LDAP Browser

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.

like image 987
McGovernTheory Avatar asked Dec 31 '22 01:12

McGovernTheory


2 Answers

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.

like image 176
Trey Avatar answered Jan 01 '23 15:01

Trey


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

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

like image 42
vinny Avatar answered Jan 01 '23 15:01

vinny