OSSP CVS Repository

ossp - Check-in [2142]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 2142
Date: 2002-May-17 20:34:13 (local)
2002-May-17 18:34:13 (UTC)
User:rse
Branch:
Comment: finish unfinished password file stuff
Tickets:
Inspections:
Files:
ossp-pkg/tabea/tabea.cfg      1.1 -> 1.2     1 inserted, 0 deleted
ossp-pkg/tabea/tabea.cgi      1.24 -> 1.25     1 inserted, 3 deleted

ossp-pkg/tabea/tabea.cfg 1.1 -> 1.2

--- tabea.cfg    2002/04/15 09:39:04     1.1
+++ tabea.cfg    2002/05/17 18:34:13     1.2
@@ -3,6 +3,7 @@
 ##
 
 ConfigDirectory  tabea.d
+PasswdFile       tabea.pw
 ConfigDefault    default
 ExecuteCommand   sudo js_prepare -f %{profile}
 PageTemplate     tabea.page.html %%TITLE%% %%BODY%% 


ossp-pkg/tabea/tabea.cgi 1.24 -> 1.25

--- tabea.cgi    2002/05/17 18:28:01     1.24
+++ tabea.cgi    2002/05/17 18:34:13     1.25
@@ -36,8 +36,6 @@
 $|++;
 
 my $cfgfile    = "./tabea.cfg";
-my $pwdfile    = "./tabea.pw";
-my $configsdir = "./tabea.d";
 
 # establish my configuration
 my $MY = {};
@@ -812,7 +810,7 @@
 ########################################################################################
 sub validpassword {
 ########################################################################################
-    my ($user, $password) = @_;
+    my ($user, $password, $pwdfile) = @_;
     my $returnvalue = 0;
     my $uname;
     my $pwd;

CVSTrac 2.0.1