On Thu, Mar 3, 2011 at 3:15 PM, Federico Ramallo <[email protected]> wrote:
> Hi, > > I am creating multiple fossil repos. There is a way to share users and > passwords? > Because after the 4th repo, we would forget which user and password was > created on each repo > > I was wondering how could reduce user management complexity > Fossil honors the REMOTE_USER cgi variable. So if you can configure your web server to manage user authentication and then pass REMOTE_USER into each cgi script, that will work. > > _______________________________________________ > fossil-users mailing list > [email protected] > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users > > -- D. Richard Hipp [email protected]
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

