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>
5 files changed
tree: de1fcf624a3584b721d4d637fbaeb0b43e20d80e
  1. org/
  2. .gitignore
  3. bootstrap.sh
  4. configure.ac
  5. elog-errors.hpp
  6. host-interface.cpp
  7. host-interface.hpp
  8. LICENSE
  9. local_users.cpp
  10. local_users.hpp
  11. MAINTAINERS
  12. Makefile.am
  13. oemhandler.cpp
  14. oemhandler.hpp
  15. README.md
README.md

This .so file is designed to support the OpenPOWER's BIOS OEM commands. Documentation can be found by contacting the OpenPOWER mailing list @ https://github.com/open-power/op-build

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To clean the repository run `./bootstrap.sh clean`.

Supported Commands

  • Partial Add
  • Prepare for host update
  • Reset BMC authentication