From 482a69e72d6be4d9fdefa7b45207e8ac83d4a1a5 Mon Sep 17 00:00:00 2001 From: Ravi Teja Date: Mon, 22 Apr 2024 06:56:13 -0500 Subject: AccountService: Add HTTPBasicAuth support This commit adds HTTPBasicAuth Get/Patch support Tested By: Redfish service validator passes. ``` curl -k --user "root:0penBmc" -H "Content-Type: application/json" -X PATCH -d '{"HTTPBasicAuth":"Enabled"}' https://192.168.7.2/redfish/v1/AccountService ``` Succeeds with various values. Enabled: Basic auth succeeds. Disabled: Basic auth no longer works. AccountService reports "Disabled" For HTTPBasicAuth status. Change-Id: Ic417bf3cd4135f05ab34c8613c7fbce953157b03 Signed-off-by: Ravi Teja Signed-off-by: Ed Tanous --- Redfish.md | 1 + 1 file changed, 1 insertion(+) (limited to 'Redfish.md') diff --git a/Redfish.md b/Redfish.md index 91c2c01601..5e410ad616 100644 --- a/Redfish.md +++ b/Redfish.md @@ -58,6 +58,7 @@ Fields common to all schemas - AccountLockoutThreshold - Accounts - Description +- HTTPBasicAuth - LDAP - MaxPasswordLength - MinPasswordLength -- cgit v1.2.3