Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Dlogin_routes.hpp168 int pamrc = pamAuthenticateUser(username, password, std::nullopt); in handleLogin() local
169 bool isConfigureSelfOnly = pamrc == PAM_NEW_AUTHTOK_REQD; in handleLogin()
170 if ((pamrc != PAM_SUCCESS) && !isConfigureSelfOnly) in handleLogin()
H A Dauthentication.hpp73 int pamrc = pamAuthenticateUser(user, pass, std::nullopt); in performBasicAuth() local
74 bool isConfigureSelfOnly = pamrc == PAM_NEW_AUTHTOK_REQD; in performBasicAuth()
75 if ((pamrc != PAM_SUCCESS) && !isConfigureSelfOnly) in performBasicAuth()
/openbmc/bmcweb/redfish-core/lib/
H A Dredfish_sessions.hpp279 int pamrc = pamAuthenticateUser(username, password, token); in handleSessionCollectionPost() local
280 bool isConfigureSelfOnly = pamrc == PAM_NEW_AUTHTOK_REQD; in handleSessionCollectionPost()
281 if ((pamrc != PAM_SUCCESS) && !isConfigureSelfOnly) in handleSessionCollectionPost()