Ticket #326 (closed defect: fixed)
tracd fails to perform login/authentication
| Reported by: | daniel@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.8 |
| Component: | web frontend/tracd | Version: | devel |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by jonas) (diff)
When I click on login, I get:
Oops...
Trac detected an internal error:
TracHTTPRequestHandler instance has no attribute 'authname'
Traceback (most recent call last):
File "/var/repositories/trac/scripts/tracd", line 228, in do_trac_req
self.do_real_trac_req()
File "/var/repositories/trac/scripts/tracd", line 240, in do_real_trac_req
self.remote_user = self.env.auth.do_auth(self)
File "/var/repositories/trac/scripts/tracd", line 98, in do_auth
if not 'Authorization' in req.headers or \
File "/usr/lib/python2.2/rfc822.py", line 390, in __getitem__
return self.dict[name.lower()]
AttributeError: 'int' object has no attribute 'lower'
I'm using [474]. I'm tunneling over SSH to talked to the port tracd is running on. I have my own htdigest file setup.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


