Opened 16 years ago
Closed 16 years ago
#8944 closed defect (invalid)
install not work 0.11
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | web frontend/tracd | Version: | 0.11 |
| Severity: | critical | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
I have installed trac with "easy_install Trac" command.
when i run tracd like this authentication not work!
nohup tracd -p 8000 \
—basic-auth=development,/var/development/users.htdigest,development /var/development
when i want to login trac http://localhost:8000/development/login
it doesn't activate my authentication and gives default authentication error (Trac Error).
/var/development/users.htdigest created with
htpasswd -c /var/development/users.htdigest onur
Can we solve this ? or not?



This is an InstallationIssue.