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…
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.