Ticket #2258 (closed defect: invalid)
Login authentication fails w/ AssertionError: Authentication information not available.
Description
The error trace:
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/trac/web/modpython_frontend.py", line 206, in handler
dispatch_request(mpr.path_info, mpr, env)
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 139, in dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 107, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/lib/python2.4/site-packages/trac/web/auth.py", line 81, in process_request
self._do_login(req)
File "/usr/lib/python2.4/site-packages/trac/web/auth.py", line 102, in _do_login
assert req.remote_user, 'Authentication information not available.'
AssertionError: Authentication information not available.
Trac.ini File:
[trac] default_charset = iso-8859-15 ignore_auth_case = false permission_store = DefaultPermissionStore check_auth_ip = true database = sqlite:db/trac.db templates_dir = /usr/share/trac/templates default_handler = WikiModule metanav = login,logout,settings,help mainnav = wiki,timeline,roadmap,browser,tickets,newticket,search repository_dir = /home/svn/repos/test authz_file = /home/svn/.svn-policy-file authz_module_name = test
Subversion Policy File
[/] * = [test:/] pcm = rw
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


