changed from matthew.donald@…
Login authentication fails w/ AssertionError: Authentication information not available.
ticket system
web frontend/tracd
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.
Milestone:
doing this, so you will probably need of you will need to use WSGI middleware to handle authentication such as that [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
Download in other formats:
version control/browser
changed from
search system
RSS Feed 0.6 Replying to I have by exact same problem.