On 5/5/10 4:50 PM, Carsten Klein wrote:
Looks nice, however, since trac is a web application, there is actually no need to have multiple instances of the same component.
That's not entirely true. A use case can be found in AccountManager. Currently, you can specify multiple PasswordStore implementations and it will run through them trying to authenticate the user. However, you can only have one instance of any given PasswordStore. It would be helpful to be able to have multiple instances of PasswordStores. You would then be able to auth against multiple LDAP databases, or multiple htpasswd files, etc. As is now, the password store has to do that multiplexing itself (which none actually do).
-John -- You received this message because you are subscribed to the Google Groups "Trac Development" 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/trac-dev?hl=en.
