On 4.6.2014, at 16.55, List <l...@airstreamcomm.net> wrote: > Is there any support for NoSQL databases such as Cassandra (CQL) or MongoDB > now or planned in the future for userdb and passdb lookups?
CQL could probably be nicely implemented as lib-sql driver since it's close enough to SQL. I've some preliminary plans for that, but nothing concrete yet. MongoDB could be implemented as lib-dict backend and used with passdb/userdb dict. I've no plans to implement MongoDB currently. Redis and memcached are implemented already though.