mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-21 10:40:24 +00:00
Default in user/password in the same way that ipmi works in plugin
This commit is contained in:
@@ -386,7 +386,7 @@ sub getdefaultcredentials {
|
||||
last;
|
||||
}
|
||||
}
|
||||
if (!defined($user) || !defined($pw)) { die "Did not find the ipmi username and password in the xCAT passwd table.\n"; }
|
||||
if (!defined($user) || !defined($pw)) { $user = "USERID"; $pw = "PASSW0RD"; }
|
||||
return ($user, $pw);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user