-Output temporary password if manually executing a host account add
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5616 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
f4db405c3b
commit
cbf383dd9e
@ -316,7 +316,7 @@ sub process_request {
|
||||
if (ref $ret and $ret->{error}) {
|
||||
sendmsg([1,$ret->{error}]);
|
||||
} elsif (ref $ret) {
|
||||
print $ret->{password};
|
||||
sendmsg($ret->{password},$nodename);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user