Home
last modified time | relevance | path

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

/openbmc/phosphor-user-manager/
H A Duser_mgr.cpp67 static constexpr const char* unlockTimeout = "unlock_time"; variable
630 if (setPamModuleConfValue(faillockConfigFile, unlockTimeout, in accountUnlockTimeout()
1387 if (getPamModuleConfValue(faillockConfigFile, unlockTimeout, valueStr) != in initializeAccountPolicy()
/openbmc/bmcweb/redfish-core/lib/
H A Daccount_service.hpp1566 std::optional<uint32_t> unlockTimeout; in handleAccountServicePatch() local
1579 "AccountLockoutDuration", unlockTimeout, // in handleAccountServicePatch()
1677 if (unlockTimeout) in handleAccountServicePatch()
1684 *unlockTimeout); in handleAccountServicePatch()