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:
@@ -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 }
|
||||
|
||||
|
Reference in New Issue
Block a user