> Has someone a recommendation for a very small, lightweight, low > footprint (memory usage) LDAP server, which preferably only uses one > or two config files, is compatible to pam_ldap.so on Solaris and Linux > and has to serve only up to 10 users. >
I assuredly suffer from selection bias, but ldapjs <http://ldapjs.org/> was written for this purpose - that is so that you can easily "bridge" LDAP to something else. For what you're describing, it would be pretty trivial to wire up a flat JSON file behind it and honor those requests. There's a getting started guide there that explains the "inverse" (that is, putting LDAP over /etc/passwd), which should help get you started. ~Mark ------------------------------------------- illumos-discuss Archives: https://www.listbox.com/member/archive/182180/=now RSS Feed: https://www.listbox.com/member/archive/rss/182180/21175430-2e6923be Modify Your Subscription: https://www.listbox.com/member/?member_id=21175430&id_secret=21175430-6a77cda4 Powered by Listbox: http://www.listbox.com
