To view parent comment, click here.
To read all comments associated with this story, please click here.
I think they got rid of that horrible ldbm backend.
I wasn't aware that there was any ldbm back end. RHDS is the former Netscape Directory Server remember, and is not related to OpenLDAP in any way.
I'd actually just prefer some really good GUI admin tools for OpenLDAP, to farm out tasks to junior LDAP admins.
So would a lot of people, but unfortunately Red Hat don't have, and aren't using, the development tools needed to produce those quality administration tools. Unfortunately, if you want any decent GUI tools then you're just going to have to use RHDS, which comes with the Java GUI tools it's always had.
It really is imperative though that Linux as a whole gets a good LDAP directory server back end in order to make available the things that are so easy in the Windows world.
I'd actually just prefer some really good GUI admin tools for OpenLDAP, to farm out tasks to junior LDAP admins.
You could try:
http://phpldapadmin.sourceforge.net/download.php
or
http://jxplorer.org/
I don't know if any of them will ship with Fedora 7 though.






Member since:
2005-07-29
Fedora DS does look pretty good. I think they got rid of that horrible ldbm backend. But watch out for MM replication. MM is not generally needed (directories are used for heavy-read scenarios, RDBMS for read/write scenarios), and MM can easily break ACID (you change an attribute of one object at one master, I delete the object at another master - what happens?).
I'd actually just prefer some really good GUI admin tools for OpenLDAP, to farm out tasks to junior LDAP admins.