Lines Matching refs:remoteGroup
351 nlohmann::json::object_t remoteGroup; in parseLDAPConfigData() local
352 remoteGroup["RemoteGroup"] = obj.second.groupName; in parseLDAPConfigData()
353 remoteGroup["LocalRole"] = getRoleIdFromPrivilege(obj.second.privilege); in parseLDAPConfigData()
354 roleMapArray.emplace_back(std::move(remoteGroup)); in parseLDAPConfigData()
417 std::optional<std::string> remoteGroup; in handleRoleMapPatch() local
423 "RemoteGroup", remoteGroup // in handleRoleMapPatch()
434 if (remoteGroup) in handleRoleMapPatch()
441 "GroupName", *remoteGroup); in handleRoleMapPatch()
478 if (!remoteGroup) in handleRoleMapPatch()
495 BMCWEB_LOG_DEBUG("Remote Group={},LocalRole={}", *remoteGroup, in handleRoleMapPatch()
500 remoteGroup](const boost::system::error_code& ec) { in handleRoleMapPatch()
512 roleMapEntry["RemoteGroup"] = *remoteGroup; in handleRoleMapPatch()
516 "Create", *remoteGroup, in handleRoleMapPatch()