[LON-CAPA-cvs] cvs: loncom / lond

raeburn raeburn at source.lon-capa.org
Thu Aug 11 12:35:14 EDT 2016


raeburn		Thu Aug 11 16:35:14 2016 EDT

  Modified files:              
    /loncom	lond 
  Log:
  - Bug 5679
  
  
Index: loncom/lond
diff -u loncom/lond:1.523 loncom/lond:1.524
--- loncom/lond:1.523	Mon Jul 25 19:49:45 2016
+++ loncom/lond	Thu Aug 11 16:35:14 2016
@@ -2,7 +2,7 @@
 # The LearningOnline Network
 # lond "LON Daemon" Server (port "LOND" 5663)
 #
-# $Id: lond,v 1.523 2016/07/25 19:49:45 raeburn Exp $
+# $Id: lond,v 1.524 2016/08/11 16:35:14 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -65,7 +65,7 @@
 my $status='';
 my $lastlog='';
 
-my $VERSION='$Revision: 1.523 $'; #' stupid emacs
+my $VERSION='$Revision: 1.524 $'; #' stupid emacs
 my $remoteVERSION;
 my $currenthostid="default";
 my $currentdomainid;
@@ -7726,6 +7726,7 @@
 	    my $pf = IO::File->new(">$passfilename");
 	    if($pf) {
 		print $pf "localauth:$npass\n";
+                &update_passwd_history($uname,$udom,$umode,$action);
 	    } else {
 		$result = "pass_file_failed_error";
 	    }




More information about the LON-CAPA-cvs mailing list