On March 3, 2011 12:15:39 PST, Federico Ramallo 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

On March 3, 2011 12:21:53 PST, Richard Hipp wrote:
> 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.

Be warned.  Fossil cannot seem to handle even basic http  
authentication (see <http://tools.ietf.org/html/rfc2617>) during push/ 
pull/sync operations.  Since the usual way REMOTE_USER is set by web  
servers is by translating http authentication credentials (see RFC  
2617 above) into REMOTE_USER, you will be SOL unless you set up some  
different mechanism that sets REMOTE_USER without relying on any http  
authentication credentials whenever you want to do push/pull/sync  
operations.  Otherwise you will still have to maintain at least some  
fossil users and passwords for push/pull/sync operations which pretty  
much defeats the whole point of using REMOTE_USER in the first place.
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to