Edgewall Software

Changes between Version 74 and Version 75 of TracStandalone


Ignore:
Timestamp:
Feb 9, 2010, 7:10:43 PM (14 years ago)
Author:
tamentis@…
Comment:

Added note on the possible requirement of -m to htpasswd

Legend:

Unmodified
Added
Removed
Modified
  • TracStandalone

    v74 v75  
    7676 $ tracd -p 8080 --basic-auth=environmentname,/fullpath/environmentname/.htpasswd,/fullpath/environmentname /fullpath/environmentname
    7777}}}
     78
     79Note: You might need to pass "-m" as a parameter to htpasswd on some platforms (OpenBSD).
    7880
    7981Tracd provides support for both Basic and Digest authentication. The default is to use Digest; to use Basic authentication, replace `--auth` with `--basic-auth` in the examples below. (You must still specify a dialogic "realm", which can be an empty string by trailing the BASICAUTH with a comma.)