Home
last modified time | relevance | path

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

/openbmc/phosphor-user-manager/
H A Duser_mgr.cpp354 bool sshRequested = removeStringFromCSV(groups, grpSsh); in createUser() local
368 executeUserAdd(userName.c_str(), groups.c_str(), sshRequested, enabled); in createUser()
536 bool sshRequested = removeStringFromCSV(groups, grpSsh); in updateGroupsAndPriv() local
550 executeUserModify(userName.c_str(), groups.c_str(), sshRequested); in updateGroupsAndPriv()
1496 bool sshRequested, bool enabled) in executeUserAdd() argument
1501 (sshRequested ? "/bin/sh" : "/sbin/nologin"), "-e", in executeUserAdd()
1524 bool sshRequested) in executeUserModify() argument
1527 (sshRequested ? "/bin/sh" : "/sbin/nologin")); in executeUserModify()
H A Duser_mgr.hpp362 bool sshRequested, bool enabled);
377 bool sshRequested);