Enable local users in the authentication reset cmd
Along with resetting the password and disabling LDAP,
local users should also be enabled again so one can
ssh into the system with a local user account again.
This is accomplished by setting the UserEnabled property
on every user object.
Tested: Saw users were enabled when running
ipmitool raw 0x3a 0x11 from the host.
Change-Id: I5a313cf82e2596cb797b8b9431631a3fe4ffca8d
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
diff --git a/Makefile.am b/Makefile.am
index 7f3648f..3d369a0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,6 +3,7 @@
liboemhandler_la_SOURCES = oemhandler.cpp \
host-interface.cpp \
+ local_users.cpp \
org/open_power/OCC/Metrics/error.cpp
BUILT_SOURCES = org/open_power/OCC/Metrics/error.hpp \