Edgewall Software

Changes between Version 1 and Version 2 of TracOnOsxTracdAsLaunchdService


Ignore:
Timestamp:
Dec 2, 2005, 6:26:22 PM (18 years ago)
Author:
garrison@…
Comment:

Corrected the instructions about adding the —auth lines to the launchd plist file. It only works for me if "—auth" and its value are put in separate lines.

Legend:

Unmodified
Added
Removed
Modified
  • TracOnOsxTracdAsLaunchdService

    v1 v2  
    5151  If you're using authentication for your tracd server, insert a new <string> entry before the final one to contain the --auth argument.  E.g., assuming your htdigest file is named "users.htdigest", and, in creating the digest, you used "TracRealm" as the realm value,
    5252{{{
    53 <string>--auth your-trac-project,/path/to/your-trac-project-env/users.htdigest,TracRealm</string>
     53<string>--auth</string>
     54<string>your-trac-project,/path/to/your-trac-project-env/users.htdigest,TracRealm</string>
    5455}}}
    5556