Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

Create Account  |  Retrieve Password

ApacheDS Virtual Directory Add-Ons

Posted by Hemos on Mon Jun 06, 2005 06:22 AM
from the good-additions-to-have dept.
yinyanger writes "Safehaus team is pleased to announce the 0.9.1 release of Penrose. Penrose is an open source java-based virtual directory server based on Apache Directory server. A Virtual Directory does not store any information itself, unlike other LDAP implementations. Requests received from LDAP client applications are processed by the Virtual Directory Server and passed on to the data source hosting the desired data. Frequently this data source will be a relational database, and more often than not it will be the authoritative source of the directory information. Many thanks to all those who've helped on this release, from end users, folks who've created test cases, submitted patches and developers. You can download a new release from here or view the change log"
+ -
story
This discussion has been archived. No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More
Loading... please wait.
  • When is ApacheDS coming out for the NintendoDS?
    • Because most of the 'based on C' teams are still stuck in the debugger.
    • Because it's fast to develop in. Ten years ago everyone wrote Delphi or Visual Basic for the same reasons. It was faster to market than anything else, easier to debug, and the performance overhead wasn't that much of an issue. It's also capable of running more places with less modification. If your target is server platforms, you've got them all covered, from HP/UX on a 7100, to a G4 running OS/X, to a four way Opteron Linux box, with no mods.
  • I'm hacking Open-Xchange [open-xchange.org], the "drop-in" (if only...) transparent, open-source replacement for Microsoft Exchange. It uses an OpenLDAP server, which used to store its data in the Postgres DB used for the rest of its data. Recently the project has moved towards keeping more data inside the OpenLDAP server itself, rather than all in Postgres. Can I replace their OpenLDAP server with ApacheDS, in less than 8 hours of admin work, without specific expertise in either ApacheDS or OpenLDAP (except that I got OpenLD
  • Could someone please explain what that meant. In practical terms.
    • Sure.

      Say you have some big store of data (AD for example) for everyone in a organization.

      Say you have some app that needs some AD *plus* some other field just for your app, but you don't want to extend the AD schema for the application.

      You can use a virtual ldap to 'join' the AD against another ldap, a database table, or a flat file.
  • From the Apache DS web site it is not clear the choices they made regarding the architecture. I am not convinced writing a java based LDAP server is feasible in real life scenario. But then they may know something that we don't. Hopefully they will share the information on the site.
  • So has anyone tried this out?? Hows it compare to the other options out there??