The directory should be copied, not moved.
Fixed that problem.....
tmda-cgi/display/
contains both python and images, so I guess needs to be available in the webserver directory and the cgi-bin directory
Next problem:
The docs use an example of
$ contrib/cgi/genpass.py joe > /home/joe/.tmda/tmda-cgi
to generate a "file" based authentication.
There is no contrib/genpass.py in tmda-cgi, tmda or Python so I used the file
~/Python/python ~/tmda-cgi-0.10/genpass.py two >> ~/.tmda/trollpw
Question One?
Why is it when I run this multiple times with the same username and password I get different encrypted strings:
[EMAIL PROTECTED]:~/tmda-cgi-0.10$ ~/Python/python ~/tmda-cgi-0.10/genpass.py one
Password:
Re-enter:
one:nLs1/uBSUaHpE
[EMAIL PROTECTED]:~/tmda-cgi-0.10$ ~/Python/python ~/tmda-cgi-0.10/genpass.py one
Password:
Re-enter:
one:F2e3/qsoI78uw
Question Two?
I get the "Wrong password" message when trying to login.....
Having difficulties logging in? Here's some details of why you couldn't:
Username one not found in system.
str=getpwnam(): name not found
permissions look OK
[EMAIL PROTECTED]:~/tmda-cgi-0.10$ ls -l ~/.tmda/trollpw
-rw-r--r-- 1 rivers users 77 Jun 8 11:39 /home/rivers/.tmda/trollpw
content looks OK [EMAIL PROTECTED]:~/tmda-cgi-0.10$ cat ~/.tmda/trollpw one:914FzGx6ybIYA two:pZCPre.KV2ahg one:Zujed.VXr.5fU
Thanks in advance for the help
Mike
_____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
