Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×
Java Programming Software Apache

ApacheDS Virtual Directory Add-Ons 12

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"
This discussion has been archived. No new comments can be posted.

ApacheDS Virtual Directory Add-Ons

Comments Filter:
  • When is ApacheDS coming out for the NintendoDS?
  • 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.
    • Re:question (Score:2, Informative)

      by skelley ( 526008 )
      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??

E = MC ** 2 +- 3db

Working...