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