Searched refs:remoteGroup (Results 1 – 1 of 1) sorted by relevance
364 nlohmann::json::object_t remoteGroup; in parseLDAPConfigData() local365 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() local437 "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 …]