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.hpp362 nlohmann::json::object_t remoteGroup; in parseLDAPConfigData() local
363 remoteGroup["RemoteGroup"] = obj.second.groupName; in parseLDAPConfigData()
364 remoteGroup["LocalRole"] = getRoleIdFromPrivilege(obj.second.privilege); in parseLDAPConfigData()
365 roleMapArray.emplace_back(std::move(remoteGroup)); in parseLDAPConfigData()
428 std::optional<std::string> remoteGroup; in handleRoleMapPatch() local
434 "RemoteGroup", remoteGroup // in handleRoleMapPatch()
445 if (remoteGroup) in handleRoleMapPatch()
452 "GroupName", *remoteGroup); in handleRoleMapPatch()
489 if (!remoteGroup) in handleRoleMapPatch()
506 BMCWEB_LOG_DEBUG("Remote Group={},LocalRole={}", *remoteGroup, in handleRoleMapPatch()
[all …]