Mihamina Rakotomandimby wrote: > Hi, > I configured SVN to work with Apache. > It uses the Apache user DB. > I would like to get TRAC using it too, to get a centralized user DB > (also to avoid creating users two times) > Would you point me to a link that teaches that?
Trac uses HTTP authentication just like SVN, so whatever rules you configured for SVN can be used for Trac as well. Simply put them in a <Location> section with the path of the "login" URL instead of the SVN url. -- Matt Good --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
