Home
last modified time | relevance | path

Searched refs:pamrc (Results 1 – 3 of 3) sorted by relevance

/openbmc/bmcweb/include/
H A Dlogin_routes.hpp156 int pamrc = pamAuthenticateUser(username, password, std::nullopt); in handleLogin() local
157 bool isConfigureSelfOnly = pamrc == PAM_NEW_AUTHTOK_REQD; in handleLogin()
158 if ((pamrc != PAM_SUCCESS) && !isConfigureSelfOnly) in handleLogin()
H A Dauthentication.hpp57 int pamrc = pamAuthenticateUser(user, pass, std::nullopt); in performBasicAuth() local
58 bool isConfigureSelfOnly = pamrc == PAM_NEW_AUTHTOK_REQD; in performBasicAuth()
59 if ((pamrc != PAM_SUCCESS) && !isConfigureSelfOnly) in performBasicAuth()
/openbmc/bmcweb/redfish-core/lib/
H A Dredfish_sessions.hpp242 int pamrc = pamAuthenticateUser(username, password, token); in handleSessionCollectionPost() local
243 bool isConfigureSelfOnly = pamrc == PAM_NEW_AUTHTOK_REQD; in handleSessionCollectionPost()
244 if ((pamrc != PAM_SUCCESS) && !isConfigureSelfOnly) in handleSessionCollectionPost()