Change the default password for IPMI
Change-Id: Iff44504f9015702da8d5d250bf3cb331914185ea
Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
diff --git a/auth_algo.hpp b/auth_algo.hpp
index 828b56b..c0663b1 100644
--- a/auth_algo.hpp
+++ b/auth_algo.hpp
@@ -94,7 +94,7 @@
// User Key is hardcoded to PASSW0RD till the IPMI User account
// management is in place.
- std::array<uint8_t, USER_KEY_MAX_LENGTH> userKey = {"PASSW0RD"};
+ std::array<uint8_t, USER_KEY_MAX_LENGTH> userKey = {"0penBmc"};
// Managed System Random Number
std::array<uint8_t, BMC_RANDOM_NUMBER_LEN> bmcRandomNum;