Hello, I know it is possible I use it
the simpler is to configure your security this way http://turbogears.org/2.1/docs/main/Auth/whoini.html then you can declare several Identifiers (the piece of software that sniff the environement for a login_name, a session key, whatever), and several Authenticators (this one validates the password against .htpasswd, maybe a SQLdatabase, a LDAP, another web service ....) in the repoze.who plugins you have several of these services already available. Give a try to the above mentionned recipe ! HTH NiL -- You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en.

