On Sun, 8 Jun 2003 11:49:50 +1200, Mike Savory <[EMAIL PROTECTED]> wrote:
> tmda-cgi/display/ > contains both python and images, so I guess needs to be available in > the webserver directory and the cgi-bin directory Actually it is the template files that tmda-cgi needs to be able to access, but that's not important. > $ contrib/cgi/genpass.py joe > /home/joe/.tmda/tmda-cgi > ~/Python/python ~/tmda-cgi-0.10/genpass.py two >> ~/.tmda/trollpw Oops, sorry. This program did move when we split TMDA & tmda-cgi. I'll update the docs. > Question One? > Why is it when I run this multiple times with the same username and > password I get different encrypted strings: That's normal. There's some randomness inserted. > 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 What user are you logging into the system as? Is this a real user? Does the user exist in /etc/password? If you are trying to support users who are not in /etc/password, then you will need to use the virtual user support. Gre7g. _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
