Searched refs:authAppPath (Results 1 – 1 of 1) sorted by relevance
| /openbmc/phosphor-user-manager/ |
| H A D | users.cpp | 56 static constexpr auto authAppPath = "/usr/bin/google-authenticator"; variable 239 if (!std::filesystem::exists(authAppPath)) in createSecretKey() 241 lg2::error("No authenticator app found at {PATH}", "PATH", authAppPath); in createSecretKey() 259 executeCmd(authAppPath, "-s", path.c_str(), "-u", "-W", "-Q", "NONE", "-t", in createSecretKey()
|