-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:
jbjohnso 2010-03-30 19:56:37 +00:00
parent f4db405c3b
commit cbf383dd9e

View File

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