On Sat, 2011-03-12 at 11:42 -0300, Jochen Kempf wrote: > Hi, > > does fprintd work with different databases
Yes, there is a plugin API for that. > and what is the default database? The local filesystem. > I would like to use CouchDB - is that possible? Sure, but you'll need to write your own plugin for it. See the src/file_storage.[ch] and src/storage.h file for examples. The /etc/fprintd.conf file will allow you to switch between storage backends. Cheers _______________________________________________ fprint mailing list [email protected] http://lists.reactivated.net/mailman/listinfo/fprint
