oem-ibm: User password file types support
This commit adds the new file types for user password authentication
and user password change.
If host passes the username and password credentials to the BMC, it
should support below requirements through any password validation
mechanism (Ex: PAM module)
1. Password authentication
2. Password change if the password has been expired
Change-Id: I2daa1e6388d1a2abf8193453728ef8a80b3b24b7
Signed-off-by: Jayashankar Padath <jayashankar.padath@in.ibm.com>
diff --git a/include/libpldm/oem/ibm/file_io.h b/include/libpldm/oem/ibm/file_io.h
index 28c2552..f80eacc 100644
--- a/include/libpldm/oem/ibm/file_io.h
+++ b/include/libpldm/oem/ibm/file_io.h
@@ -74,6 +74,8 @@
PLDM_FILE_TYPE_CABLE_INFO = 0x15,
PLDM_FILE_TYPE_PSPD_VPD_PDD_KEYWORD = 0x16,
PLDM_FILE_TYPE_CHAP_DATA = 0x17,
+ PLDM_FILE_TYPE_USER_PASSWORD_AUTHENTICATION = 0x18,
+ PLDM_FILE_TYPE_USER_PASSWORD_CHANGE = 0x19,
};
#define PLDM_RW_FILE_MEM_REQ_BYTES 20