On 13/06/07, Stephen Moretti <[EMAIL PROTECTED]> wrote: > On 13/06/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Is it possible to manage Users accounts from Trac Admin for both Trac & Svn > > in > > the same time ? > > example: i want to define users who can read the wiki and checkout the > > source > > code but not commit. > > > > (For many reasons, I use apache in front of both trac & svn) > > > > Yep. I have the same set up. I didn't want to be managing two lots > of user permissions, so I hooked Trac into the htpasswd file for svn. > > To do this I used the TracAccountManager plugin on trac-hacks : > http://trac-hacks.org/wiki/AccountManagerPlugin > > It was pretty easy to set up and get running. >
Whoops.... I meant to say. I have an access control list for svn that ensures that only specific user have access to rw svn and, in my case, all other users have no direct access to the subversion repository. The account manager plugin means that users can register through trac, I can give them access to the trac elements via the trac web admin and, if necessary, manually add them to the acl for svn. Regards Stephen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---
