Opened 21 years ago
Closed 20 years ago
#861 closed enhancement (fixed)
tracd should support Basic authentication
| Reported by: | 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 , 21 years ago
| Severity: | normal → enhancement |
|---|---|
| Summary: | tracd should support basic and digest → tracd should support Basic authentication |
comment:2 by , 20 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:3 by , 20 years ago
| Milestone: | → 0.9 |
|---|---|
| Resolution: | → fixed |
| Status: | assigned → closed |
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.



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