On Fri, Nov 23, 2007 at 05:14:20PM +1100, Jean-Yves Avenard wrote: > I currently serve our SVN repository using dav_svn in apache. > > All the authentication and permission is made by apache using the > AuthzSVNAccessFile in combination with a LDAP server. > > Is it possible for trac to use the same permission rules , or will I > have to recreate/duplicate all of those in trac ?
For Trac's builtin svn browser it is possible, see the directives authz_file and authz_module in trac.ini. Rainer --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
