Home
last modified time | relevance | path

Searched refs:groupLists (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-user-manager/
H A Duser_mgr.cpp1424 std::map<std::string, std::vector<std::string>> groupLists; in initUserObjects() local
1431 groupLists.emplace(grp, sshGrpUsersList); in initUserObjects()
1436 groupLists.emplace(grp, grpUsersList); in initUserObjects()
1442 groupLists.emplace(grp, grpUsersList); in initUserObjects()
1449 for (const auto& grp : groupLists) in initUserObjects()