commit | 34aca0135d4e9a5fd6616d369eec72b4c0605de8 | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Tue Sep 25 11:21:06 2018 -0500 |
committer | Matt Spinler <spinler@us.ibm.com> | Mon Oct 08 08:42:40 2018 -0500 |
tree | de1fcf624a3584b721d4d637fbaeb0b43e20d80e | |
parent | 3288471dfc819758ffedaab7e5151a2495395e5c [diff] |
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>
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 this package, do the following steps: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make To clean the repository run `./bootstrap.sh clean`.