I've installed the latest trac 0.10 on Python 2.4.4 in Windows XP and
have the standalone server running.
I've used trac-admin to create an admin user with WIKI_CREATE and
TICKET_CREATE permissions.
I've used the trac-digest.py script off the trac site to generate a
digest file for my trac server, which contains a line similar to this:
admin:trac:g83klde989vif9e9fnle99vk
I start the tracd server with this command:
python tracd.pyw --port 8000 --auth
proj_name,d:\data\trac\digest.txt,trac d:\data\trac
When I try to log in by clicking on the 'login' link on my trac home
page, I get the following authentication exception:
Traceback (most recent call last):
File "C:\Programs\Python24\Lib\site-packages\trac\web\main.py", line
356, in dispatch_request
dispatcher.dispatch(req)
File "C:\Programs\Python24\Lib\site-packages\trac\web\main.py", line
224, in dispatch
resp = chosen_handler.process_request(req)
File "C:\Programs\Python24\Lib\site-packages\trac\web\auth.py", line
95, in process_request
self._do_login(req)
File "C:\Programs\Python24\Lib\site-packages\trac\web\auth.py", line
116, in _do_login
assert req.remote_user, 'Authentication information not available.'
AssertionError: Authentication information not available.
have any of you seen this error and been able to resolve it? (I've
tried to get around it, without success, by installing the TracWebAdmin
plugin (ok) and then the AccountManager plugin (complains it can't find
the former plugin).
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/trac-users
-~----------~----~----~----~------~----~------~--~---