Edgewall Software

Changes between Version 14 and Version 15 of TracStandalone


Ignore:
Timestamp:
Nov 1, 2005, 8:57:09 PM (18 years ago)
Author:
Christopher Lenz
Comment:

Yes, since 0.9

Legend:

Unmodified
Added
Removed
Modified
  • TracStandalone

    v14 v15  
    3030== Using Authentication ==
    3131
    32 {{{
    3332Tracd 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 }}}
    35 Is this correct?  As of trac 0.9b2, it appears only "--auth" is supported. -- JohnMitchell
     33
     34  ''Basic authentication is only supported since [milestone:0.9] (the final release).''
    3635
    3736If 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: