Edgewall Software

Changes between Version 13 and Version 14 of TracStandalone


Ignore:
Timestamp:
Nov 1, 2005, 7:56:04 PM (19 years ago)
Author:
JohnMitchell
Comment:

HTTP basic auth doesnt seem to be supported

Legend:

Unmodified
Added
Removed
Modified
  • TracStandalone

    v13 v14  
    3030== Using Authentication ==
    3131
     32{{{
    3233Tracd 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, and omit the realm.
     34}}}
     35Is this correct?  As of trac 0.9b2, it appears only "--auth" is supported. -- JohnMitchell
    3336
    3437If the file `/path/to/users.htdigest` contain user accounts for project1 with the realm "mycompany.com", you'd use the following command-line to start tracd: