From fd5c5f2b7caaedfb13950bfc6d05c537de8219ce Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Tue, 17 Apr 2018 16:15:58 -0400 Subject: [PATCH] For now, disable saving of arguments There isn't enough discipline in the commands to know when a password may be present. --- xCAT-server/lib/perl/xCAT/xcatd.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/perl/xCAT/xcatd.pm b/xCAT-server/lib/perl/xCAT/xcatd.pm index 48cb9c85a..193d9f71b 100644 --- a/xCAT-server/lib/perl/xCAT/xcatd.pm +++ b/xCAT-server/lib/perl/xCAT/xcatd.pm @@ -252,7 +252,7 @@ sub validate { $saveArglist = "$first$restcommand"; } } - if ($arglist) { $logst .= $saveArglist; } + #if ($arglist) { $logst .= $saveArglist; } if ($peername) { $logst .= " for " . $request->{username}->[0] } if ($peerhost) { $logst .= " from " . $peerhost }