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.cpp373 bool sshRequested = removeStringFromCSV(groups, grpSsh); in createUser() local
387 executeUserAdd(userName.c_str(), groups.c_str(), sshRequested, enabled); in createUser()
555 bool sshRequested = removeStringFromCSV(groups, grpSsh); in updateGroupsAndPriv() local
569 executeUserModify(userName.c_str(), groups.c_str(), sshRequested); in updateGroupsAndPriv()
1539 bool sshRequested, bool enabled) in executeUserAdd() argument
1544 (sshRequested ? "/bin/sh" : "/sbin/nologin"), "-e", in executeUserAdd()
1567 bool sshRequested) in executeUserModify() argument
1570 (sshRequested ? "/bin/sh" : "/sbin/nologin")); in executeUserModify()
H A Duser_mgr.hpp465 bool sshRequested, bool enabled);
480 bool sshRequested);