On 09/09/2010 03:54 PM, fossil-users-requ...@lists.fossil-scm.org wrote:
> 1. Trust a front end webserver like apache and what it sets in the 
> REMOTE_USER cgi variable (you could use Kerberos/SPNEGO Auth that way too, 
> same principle if you used mod_kerb).
>    

This is what we have been doing for our web stuff.  I have a couple 
other services running (wiki,websvn etc) that use this strategy.  Now a 
lot of stuff supports the LDAP directly, but since we already have it 
running it is easier just to put it all behind mod_ldap.


Since I've posted I have added pre-lim basic authentication to fossil 
and it seems to be working.  Just trying to get the 401 response 
followed by a retry working properly in the code...


James

_______________________________________________
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