the fix for bug 3364300 - not display passwords in xcat commands or logs.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@12312 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
8296ff33c1
commit
f56a602a71
@ -175,9 +175,17 @@ sub fsp_api_action {
|
||||
|
||||
#print "cmd: $cmd\n";
|
||||
$SIG{CHLD} = 'DEFAULT';
|
||||
# secure passwords in verbose mode
|
||||
my $tmpv = $::VERBOSE;
|
||||
if($action =~ /^add_connection$/)
|
||||
{
|
||||
# password involved
|
||||
$::VERBOSE = 0;
|
||||
}
|
||||
$res = xCAT::Utils->runcmd($cmd, -1);
|
||||
#$res = "good";
|
||||
$Rc = $::RUNCMD_RC;
|
||||
$::VERBOSE = $tmpv;
|
||||
|
||||
##################
|
||||
# output the prompt
|
||||
|
Loading…
Reference in New Issue
Block a user