hello, I hope this is the right channel. I want to contribute a ldap adapter which I wrote. I just integrated it into an application where ldap is used for the user management with posixAccounts and posixGroups.
there a plenty of specs in place, especially for the posixAccounts and posixGroups. since I used the in_memory_adapter as blueprint a lot of code could be factored out into a common super class. (I have the feeling the rest_adapter could benefit from that common super class as well). the ldap library I used is http://ruby-ldap.sourceforge.net/ it is hidden behind a facade so one could replace it with a different library or make it pluggable. one-to-many associations do work as usual. since many-to-many association in ldap are done differently to relational databases some 'config' was needed. the models with ldap configurations still work without ldap on a 'normal' repository. before I just continue to write too much, just one more thing: of course there are still some shortcomings like sort and limits on queries, etc so any interest ? or whom shall/can I contact ? regards Kristian --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DataMapper" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/datamapper?hl=en -~----------~----~----~----~------~----~------~--~---
