Brad Anderson wrote:
> Stephen A. Cochran Lists wrote:
>
>>Does it work for multiple projects? Having a way to make permissions 
>>either specific to a project or global for all projects would be useful.
>>
> 
> yes, the tables have an envname field, for which Trac env the users belong,
> and the plugin is aware of the 'all' envname that is global for all projects.
>   In the tables, I assign the users to an env or to 'all' and also to groups.
>  Then, in each project, I give the groups permissions.
> 
> There's a tarball of the plugin somewhere in the list, but there have been
> changes since then.  Karol Krizka got it working as well, but for SQLite.
> 
> There's work to be done on it to use a DatabaseManager for a central db
> connection.  It'd be great if Trac could be modified to be more flexible on
> this front, but since they have one db per project, it's unlikely.  I also
> have a nasty connection leak somewhere.  I'm not sure if it's in my code or in
> Trac with Postgres in general.  Interested in helping?
> 
> BA
> 

http://trac-hacks.org/wiki/DbAuthPlugin


_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to