On Tue, Feb 19, 2008 at 11:47:05AM -0500, Michael DeHaan wrote: > A couple of things I think we need to do to get FuncWeb moving forward: [...] > -- Remove database dependence Done. So I believe I "fixed" FuncWeb's identity crisis. By default, TurboGears stores all identities and visits in a db of your choice. Thankfully, their identity management is fairly modular, so I was able to easily write a PAMIdentityProvider that will authenticate users against PAM, and a dumbed down VisitManager. This allowed me to remove all traces of databases from FuncWeb. luke _______________________________________________ Func-list mailing list Func-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/func-list