Modify ↓
#4501 closed defect (invalid)
internal error : Authentication information not available.
| Reported by: | Owned by: | Jonas Borgström | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.9.6 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
Trac detected an internal error:
Authentication information not available.
Python traceback
Traceback (most recent call last):
File "/var/lib/python-support/python2.4/trac/web/cgi_frontend.py", line 130, in run
dispatch_request(req.path_info, req, env)
File "/var/lib/python-support/python2.4/trac/web/main.py", line 139, in dispatch_request
dispatcher.dispatch(req)
File "/var/lib/python-support/python2.4/trac/web/main.py", line 107, in dispatch
resp = chosen_handler.process_request(req)
File "/var/lib/python-support/python2.4/trac/web/auth.py", line 82, in process_request
self._do_login(req)
File "/var/lib/python-support/python2.4/trac/web/auth.py", line 103, in _do_login
assert req.remote_user, 'Authentication information not available.'
AssertionError: Authentication information not available.
Attachments (0)
Change History (2)
comment:1 by , 19 years ago
| Description: | modified (diff) |
|---|---|
| Priority: | highest → normal |
| Resolution: | → invalid |
| Status: | new → closed |
comment:2 by , 19 years ago
You have not configured your web server to handle authentication. See TracCgi#AddingAuthentication
Since this is a configuration issue please use the MailingList if you need more help resolving this.
Note:
See TracTickets
for help on using tickets.



Search the ticket database BEFORE creating a new ticket.