Edgewall Software

Opened 18 years ago

Last modified 18 years ago

#3796 closed defect

Login with All-In-One Installer — at Initial Version

Reported by: anonymous Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version: 0.10b1
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Hi I've run the all in one installer and I've looked around this site and the ML.

I have followed the instructions to set up auth as decribed on the http://trac.edgewall.org/wiki/TracStandalone#UsingAuthentication page.

I copied the script down and used the "trac-digest.py -u username -p password >> c:\digest.txt" cmd to create a psw file. This worked.

I start trac with tracd -p 8000 -a JQTest,D:\Trac\Project\conf\digest.txt,trac D:\trac\project\

It starts, but I still get the same error when I click on login.

"Traceback (most recent call last):

File "d:\python24\lib\site-packages\trac-0.10b1-py2.4.egg\trac\web\main.py", line 335, in dispatch_request

dispatcher.dispatch(req)

File "d:\python24\lib\site-packages\trac-0.10b1-py2.4.egg\trac\web\main.py", line 220, in dispatch

resp = chosen_handler.process_request(req)

File "d:\python24\lib\site-packages\trac-0.10b1-py2.4.egg\trac\web\auth.py", line 95, in process_request

self._do_login(req)

File "d:\python24\lib\site-packages\trac-0.10b1-py2.4.egg\trac\web\auth.py", line 116, in _do_login

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

AssertionError: Authentication information not available." What am I missing?

Change History (0)

Note: See TracTickets for help on using tickets.