Hi,

I have used the following two command for tracd authentication

1.python trac-digest.py -u username -p password >> c:\digest.txt
2.tracd --port 8000 d:\tracproject --auth=d:\tracproject,c:
\digest.txt,karthikeyan


I Just followed these steps gievn in the authentication in the
following URL

http://trac.edgewall.org/wiki/TracStandalone#UsingAuthentication

Where by running the first command in the command prompt i create a
file with usernamed "karthikeyan" and password for that user and that
details is getting stored in c:\digest.txt

For the second command

where d:\tracproject is the path of my project directory
c:\digest.txt is the path of my password file
karthikeyan is the username I Have given

I opened the c:\digest.txt file also .There also i could see entry
like

Karthikeyan:(some random password generated here)

I used the second command in my command prompt .I am able to see the
messages in the command prompt and the server is also started on port
8000.but in addition to that i also noticed one warning

Warning:found no users in the realm :karthikeyan

I try to open the browser  with the following link http://localhost:8000/
.I am also able to traverse through the pages.but when i clicks on the
login link i still got the same error

Authentication Information Not Available.Please refer the
documentation

I Have posted the same problem yesterday also but yesterday i am  not
able to start the tracd server in the command prompt with the
following command

.tracd --port 8000 d:\tracproject --auth=d:\tracproject,c:
\digest.txt,karthikeyan

where it shows the wrong number of parameters.Today that problem is
solved

But still the authentication problem persists.

I am not using apache server anymore.But in every posts somebody are
specifying to make some changes in the apache configuration file like
adding some <location/trac) in httpd.conf.I still dont understand why
i should modify the apache configuration file for using my tracd
server.

Please guide me in this issue guys as i could not able to proceed
further on this authentication settings.Should it be better if i could
use apache instead of this tracd server

Also specify whether the Accountmanagerplugin is necessary

I am posting this issue because since i tried with the solution given
in maximum possible issues raised.Please help me in this issue


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to