Searched refs:pamrc (Results 1 – 3 of 3) sorted by relevance
168 int pamrc = pamAuthenticateUser(username, password, std::nullopt); in handleLogin() local169 bool isConfigureSelfOnly = pamrc == PAM_NEW_AUTHTOK_REQD; in handleLogin()170 if ((pamrc != PAM_SUCCESS) && !isConfigureSelfOnly) in handleLogin()
73 int pamrc = pamAuthenticateUser(user, pass, std::nullopt); in performBasicAuth() local74 bool isConfigureSelfOnly = pamrc == PAM_NEW_AUTHTOK_REQD; in performBasicAuth()75 if ((pamrc != PAM_SUCCESS) && !isConfigureSelfOnly) in performBasicAuth()
279 int pamrc = pamAuthenticateUser(username, password, token); in handleSessionCollectionPost() local280 bool isConfigureSelfOnly = pamrc == PAM_NEW_AUTHTOK_REQD; in handleSessionCollectionPost()281 if ((pamrc != PAM_SUCCESS) && !isConfigureSelfOnly) in handleSessionCollectionPost()