Rename the reset password command

Call it 'reset authentication' instead, since it will do
more than just reset the password, such as:

* Enable local users if they were disabled
* Delete the LDAP configuration if there was one
* Reset the root password back to the default one

Change-Id: Ib71e827be5e6b75ba4f2747f64041cc5f05cda48
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
diff --git a/oemhandler.hpp b/oemhandler.hpp
index beb6901..097d4b4 100644
--- a/oemhandler.hpp
+++ b/oemhandler.hpp
@@ -10,7 +10,7 @@
 enum ipmi_netfn_oem_cmds
 {
     IPMI_CMD_PREP_FW_UPDATE = 0x10,
-    IPMI_CMD_RESET_BMC_PASSWORD = 0x11,
+    IPMI_CMD_RESET_BMC_AUTH = 0x11,
     IPMI_CMD_PESEL = 0xF0,
     IPMI_CMD_OCC_RESET = 0x0E,
 };