vote up 1 vote down star

Hi,

I am trying to setup tracd for the project I am currently working on. After creating a password file with the python script given in the site I am trying to start the server with authentication on. But it throws up warning saying No users found in the realm. What actually is a realm - I tried using trac as the value and also tried leaving it empty. I am using Windows XP. I am using Tracd Standalone server.

The Command Line sent was: tracd --port 8000 --auth=My_Test_Project,D:\My_Test_Project\Documents\Trac\digest.txt,Trac D:\My_Test_Project\Documents\Trac

The Warning message was - 'Warning: found no users in realm: trac'

Thanks...

flag

80% accept rate
You ought to provide the error message instead of a description of the error message... – conny Oct 14 '08 at 9:11
Added the error message with the question. – Manoj Oct 14 '08 at 9:16
Even though the question is only somewhat programming related: you should also post the complete command line you're using to launch tracd. – conny Oct 14 '08 at 9:25
Added the command line that was used! – Manoj Oct 14 '08 at 9:41

2 Answers

vote up 2 vote down check

Replacing the above said command line with the one bellow helps.

tracd --port 8000 --auth=Trac,D:\My_Test_Project\Documents\Trac\digest.txt,Trac D:\My_Test_Project\Documents\Trac

The string after --auth= should be the environment name and not the project name.

link|flag
vote up 0 vote down

The text referred to says that you must specify the realm name as "trac", not "Trac", but I have no chance of testing whether that makes any difference, sorry.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.