On Tue, Dec 1, 2009 at 8:30 AM, David R Robison < [email protected]> wrote:
> Does Apache Directory Server support Virtual Directories? Not yet but it can easily be altered in the code to do so. > How would I expose my data through LDAP? You can have a partition implemented to show your data in your db as a branch in your DIT if you go with ApacheDS. Just write the partition to expose some hierarchy for your data after querying it and caching the db data. I can go into details if you like but we'd have to offline this conversation since it's a bit more specific to your situation rather than mainstream to this list. Alex > Thanks for the info. David > > > Alex Karasulu wrote: > >> On Mon, Nov 30, 2009 at 10:56 PM, David R Robison < >> [email protected]> wrote: >> >> >> >>> No, what are virtual directories? David >>> >>> >>> >>> >> http://en.wikipedia.org/wiki/Virtual_directory >> >> Sounds to me like you want to take data that you already have in a >> database >> and present it as LDAP to complete your directory. You may have put it >> there for proximity/performance sake but still need to have it presented >> via >> LDAP. A VD can help you do that. >> >> HTH, >> >> >> > > -- > > David R Robison > Open Roads Consulting, Inc. > 103 Watson Road, Chesapeake, VA 23320 > phone: (757) 546-3401 > e-mail: [email protected] > web: http://openroadsconsulting.com > blog: http://therobe.blogspot.com > book: > http://www.xulonpress.com/bookstore/bookdetail.php?PB_ISBN=9781597816526 > > This e-mail communication (including any attachments) may contain > confidential and/or privileged material intended solely for the individual > or entity to which it is addressed. If you are not the intended recipient, > you should immediately stop reading this message and delete it from all > computers that it resides on. Any unauthorized reading, distribution, > copying or other use of this communication (or its attachments) is strictly > prohibited. If you have received this communication in error, please notify > us immediately. > -- Alex Karasulu My Blog :: http://www.jroller.com/akarasulu/ Apache Directory Server :: http://directory.apache.org Apache MINA :: http://mina.apache.org
