Update of /cvsroot/tmda/tmda/contrib/cgi
In directory sc8-pr-cvs1:/tmp/cvs-serv21379

Modified Files:
        Authenticate.py 
Log Message:
Changed the system password file from /etc/tmda-cgirc to /etc/tmda-cgi.


Index: Authenticate.py
===================================================================
RCS file: /cvsroot/tmda/tmda/contrib/cgi/Authenticate.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Authenticate.py     28 Nov 2002 17:17:05 -0000      1.2
+++ Authenticate.py     29 Nov 2002 17:12:38 -0000      1.3
@@ -78,5 +78,5 @@
     FN = os.path.expanduser("~/.tmda/tmda-cgi")
   RetVal = ComparePassword(FN, Form["user"].value, Form["password"].value)
   if RetVal: return RetVal
-  return ComparePassword("/etc/tmda-cgirc", Form["user"].value, \
+  return ComparePassword("/etc/tmda-cgi", Form["user"].value, \
     Form["password"].value)

_______________________________________
tmda-cvs mailing list
http://tmda.net/lists/listinfo/tmda-cvs

Reply via email to