Have blade.pm accept an argument to use correct username and pass, but without key check
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12808 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
ce3c323dd0
commit
c3351dc88b
@ -4011,6 +4011,9 @@ sub clicmds {
|
||||
$currpass = "PASSW0RD";
|
||||
$nokeycheck=1;
|
||||
}
|
||||
if ($args{nokeycheck}) {
|
||||
$nokeycheck=1;
|
||||
}
|
||||
my $curraddr = $mpa;
|
||||
if ($args{curraddr}) {
|
||||
$curraddr = $args{curraddr};
|
||||
|
Loading…
x
Reference in New Issue
Block a user