Edgewall Software

Opened 16 years ago

Last modified 16 years ago

#6861 closed defect

Authentication Failed — at Initial Version

Reported by: maurer@… Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version:
Severity: major Keywords:
Cc: maurer@… Branch:
Release Notes:
API Changes:
Internal Changes:

Description

I created a new TRAC site and I can not login. The site comes up, everything appears to be ok but then I receive the error "Authentication information not available." and

Python traceback Traceback (most recent call last):

File "/usr/lib/python2.3/site-packages/trac/web/cgi_frontend.py", line 131, in run

dispatch_request(req.path_info, req, env)

File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 139, in dispatch_request

dispatcher.dispatch(req)

File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 107, in dispatch

resp = chosen_handler.process_request(req)

File "/usr/lib/python2.3/site-packages/trac/web/auth.py", line 81, in process_request

self._do_login(req)

File "/usr/lib/python2.3/site-packages/trac/web/auth.py", line 102, in _do_login

assert req.remote_user, 'Authentication information not available.'

AssertionError: Authentication information not available.

What can I do now to fix this? The users and group have been defined in access.group and access.user

Change History (0)

Note: See TracTickets for help on using tickets.