Searched refs:remoteGroup (Results 1 – 1 of 1) sorted by relevance
351 nlohmann::json::object_t remoteGroup; in parseLDAPConfigData() local352 remoteGroup["RemoteGroup"] = obj.second.groupName; in parseLDAPConfigData()354 roleMapArray.emplace_back(std::move(remoteGroup)); in parseLDAPConfigData()417 std::optional<std::string> remoteGroup; in handleRoleMapPatch() local423 "RemoteGroup", remoteGroup // in handleRoleMapPatch()434 if (remoteGroup) in handleRoleMapPatch()441 "GroupName", *remoteGroup); in handleRoleMapPatch()478 if (!remoteGroup) in handleRoleMapPatch()500 remoteGroup](const boost::system::error_code& ec) { in handleRoleMapPatch()512 roleMapEntry["RemoteGroup"] = *remoteGroup; in handleRoleMapPatch()[all …]