On Sun, Mar 6, 2011 at 8:05 AM, David Bovill <da...@architex.tv> wrote:
> I'm trying to set up multiple repositories on a server, and have a few
> questions. Is there anyway to share logins and/or access across multiple
> hosted repos? The only way I can think of doing it is scripting something on
> the command line to iterate through each repository?

I think the best way is to set up Fossil to run as a CGI under a
webserver and let the webserver take care of authentication of user
ids. If you do this, you should set up the webserver to require HTTPS
seesions because even HTTP Hash Authentication is weakly secure.

Each repository would continue to have its own per user permissions. I
think that the default permissions will be those for anonymous. Any
users needing more permissions than those on a given repo will have to
explicitly assigned in Fossil on a per repo basis.
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to