Edgewall Software
Modify

Opened 20 years ago

Closed 19 years ago

#861 closed enhancement (fixed)

tracd should support Basic authentication

Reported by: paul@… Owned by: Matthew Good
Priority: normal Milestone: 0.9
Component: web frontend/tracd Version: 0.7.1
Severity: normal Keywords: tracd htpasswd htdigest authentication
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Accessing SVN through HTTP/WebDAV, commonly only uses basic authentication for maximum IDE and browser support (at least I believe this to be true in general, it is for our needs). But tracd only supports digest authentication. If it supported both, the same htpasswd file could be used for both systems, reducing administration.

Attachments (0)

Change History (3)

comment:1 by Christopher Lenz, 19 years ago

Severity: normalenhancement
Summary: tracd should support basic and digesttracd should support Basic authentication

comment:2 by Matthew Good, 19 years ago

Owner: changed from Jonas Borgström to Matthew Good
Status: newassigned

The patch I added on #287 includes some utilities for working with htpasswd files that I could adapt to add this to tracd.

comment:3 by Matthew Good, 19 years ago

Milestone: 0.9
Resolution: fixed
Status: assignedclosed

In [2392] I added an option to tracd called --basic-auth which accepts the same format of parameters as the --auth option, but will use an htpasswd format file instead and uses the Basic authentication method.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Matthew Good.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Matthew Good to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.