Home
last modified time | relevance | path

Searched refs:isConfigureSelfOnly (Results 1 – 6 of 6) sorted by relevance

/openbmc/bmcweb/features/webui_login/
H A Dlogin_routes.hpp84 bool isConfigureSelfOnly = pamrc == PAM_NEW_AUTHTOK_REQD; in handleLogin() local
85 if ((pamrc != PAM_SUCCESS) && !isConfigureSelfOnly) in handleLogin()
93 persistent_data::SessionType::Session, isConfigureSelfOnly); in handleLogin()
/openbmc/bmcweb/include/
H A Ddbus_privileges.hpp63 session.isConfigureSelfOnly = passwordExpired.value_or(false); in populateUserInfo()
87 if (req.session->isConfigureSelfOnly) in isUserPrivileged()
98 if (req.session->isConfigureSelfOnly) in isUserPrivileged()
H A Dauthentication.hpp74 bool isConfigureSelfOnly = pamrc == PAM_NEW_AUTHTOK_REQD; in performBasicAuth() local
75 if ((pamrc != PAM_SUCCESS) && !isConfigureSelfOnly) in performBasicAuth()
102 isConfigureSelfOnly); in performBasicAuth()
H A Dsessions.hpp54 bool isConfigureSelfOnly = false; member
267 bool isConfigureSelfOnly = false) in generateUserSession() argument
292 isConfigureSelfOnly, in generateUserSession()
/openbmc/bmcweb/redfish-core/lib/
H A Dredfish_sessions.hpp217 if (session->isConfigureSelfOnly) in processAfterSessionCreation()
269 bool isConfigureSelfOnly = pamrc == PAM_NEW_AUTHTOK_REQD; in handleSessionCollectionPost() local
270 if ((pamrc != PAM_SUCCESS) && !isConfigureSelfOnly) in handleSessionCollectionPost()
281 persistent_data::SessionType::Session, isConfigureSelfOnly); in handleSessionCollectionPost()
H A Daccount_service.hpp2237 !req.session->isConfigureSelfOnly; in handleAccountPatch()