Ticket Change Details
Not logged in
Overview

Artifact ID: 87ec469dbd5b3b2ce67339830a9505f0b64ff12a
Ticket: ec667f74f803490786abc4442553ca8befeac61a
LDAP authentication and authorization support
User & Date: anonymous 2010-11-08 14:47:28
Changes

  1. Appended to comment:
    
    
    <hr /><i>anonymous added on 2010-11-08 14:47:28:</i><br />
    Also see discussion in <a href="http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg02458.html">this thread<a/>.
    
    Fossil already supports REMOTE_USER when running as CGI, which means it can be set up to pick up the user name (for existing users only) from the webserver, which can be set up to handle LDAP or any other authentication. Problems here are that the fossil client doesn't support basic or digest authentication, which means it can't talk to a fossil server behind LDAP (or any other external authentication scheme) at the moment.