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.cpp1425 std::map<std::string, std::vector<std::string>> groupLists; in initUserObjects() local
1432 groupLists.emplace(grp, sshGrpUsersList); in initUserObjects()
1437 groupLists.emplace(grp, grpUsersList); in initUserObjects()
1443 groupLists.emplace(grp, grpUsersList); in initUserObjects()
1450 for (const auto& grp : groupLists) in initUserObjects()