2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-09-10 20:28:44 +00:00

For now, disable saving of arguments

There isn't enough discipline in the commands to know when
a password may be present.
This commit is contained in:
Jarrod Johnson
2018-04-17 16:15:58 -04:00
parent d4d1783a32
commit fd5c5f2b7c

View File

@@ -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 }