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.hpp351 nlohmann::json::object_t remoteGroup; in parseLDAPConfigData() local
352 remoteGroup["RemoteGroup"] = obj.second.groupName; 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()
500 remoteGroup](const boost::system::error_code& ec) { in handleRoleMapPatch()
512 roleMapEntry["RemoteGroup"] = *remoteGroup; in handleRoleMapPatch()
[all …]