Ticket Change Details
Not logged in
Overview

Artifact ID: 294f0545597c9d70d2928527f251bdb90775b8d2
Ticket: 49929a3557ab0d357c2f5b2b5f672d59b3aacd25
Support REMOTE_USER CGI variable to auto login when using fossil cgi mode
User & Date: anonymous 2010-03-28 12:24:37
Changes

  1. comment changed to:
    When using https or other authentication solutions such as single signon etc., the web server provides the authenticated user name in the REMOTE_USER environment variable when running a cgi script.
    
    I would be really nice if fossil cgi could take advantage of this.
    
    If REMOTE_USER is set to an existing fossil user name then that user is automatically logged in.
    If REMOTE_USER is set to a user name that is not present in the fossil user table, then the anonymous user is automatically logged in.
    
    This would be a really handy way to integrate fossil with preexisting authentication solutions.
    
    Some support seen for this on the mailing list:
    
    http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg01711.html
    
      "Nothing to contribute other than to say, yeah, that would be pretty cool."
    
    NOTE: Supporting REMOTE_USER only makes sense when running in "fossil cgi" mode.
    
  2. private_contact changed to: "ae1a74676bb0d1ac520802109f926567b1637ac7"
  3. status changed to: "Open"
  4. title changed to:
    Support REMOTE_USER CGI variable to auto login when using fossil cgi mode
    
  5. type changed to: "Feature_Request"