Re: [fossil-users] Multiple Repos: single sign on

2011-03-13 Thread Ron Wilson
On Sat, Mar 12, 2011 at 9:36 PM, Nathaniel R. Reindl wrote: > The only problem with this is that an HTTP client will implement > internal session handling inconsistently from another HTTP client. > The implication of this is that, while you can log in using basic or > digest HTTP authentication --

Re: [fossil-users] Multiple Repos: single sign on

2011-03-12 Thread Nathaniel R. Reindl
On Tue, Mar 8, 2011 at 2:29 PM, Ron Wilson wrote: > 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 Authe

Re: [fossil-users] Multiple Repos: single sign on

2011-03-08 Thread Ron Wilson
On Sun, Mar 6, 2011 at 8:05 AM, David Bovill 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

[fossil-users] Multiple Repos: single sign on

2011-03-06 Thread David Bovill
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? _