Home
last modified time | relevance | path

Searched refs:remoteGroup (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Daccount_service.hpp364 nlohmann::json::object_t remoteGroup; in parseLDAPConfigData() local
365 remoteGroup["RemoteGroup"] = obj.second.groupName; in parseLDAPConfigData()
366 remoteGroup["LocalRole"] = getRoleIdFromPrivilege(obj.second.privilege); in parseLDAPConfigData()
367 roleMapArray.emplace_back(std::move(remoteGroup)); in parseLDAPConfigData()
431 std::optional<std::string> remoteGroup; in handleRoleMapPatch() local
437 "RemoteGroup", remoteGroup // in handleRoleMapPatch()
448 if (remoteGroup) in handleRoleMapPatch()
455 "GroupName", *remoteGroup); in handleRoleMapPatch()
492 if (!remoteGroup) in handleRoleMapPatch()
509 BMCWEB_LOG_DEBUG("Remote Group={},LocalRole={}", *remoteGroup, in handleRoleMapPatch()
[all …]