Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/vlock/vlock-2.2.3/
H A Dvlock_pam_tally2_reset.patch24 + pam_status = pam_acct_mgmt(pamh, 0);
/openbmc/qemu/tests/unit/
H A Dtest-authz-pam.c59 pam_acct_mgmt(pam_handle_t *pamh, int flags) in pam_acct_mgmt() function
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/
H A D0003-check-whether-password-expired-with-pam.patch36 ret=pam_acct_mgmt(a->handle,PAM_SILENT);
/openbmc/qemu/authz/
H A Dpamacct.c50 ret = pam_acct_mgmt(pamh, PAM_SILENT); in qauthz_pam_is_allowed()
/openbmc/bmcweb/include/
H A Dpam_authenticate.hpp154 retval = pam_acct_mgmt(localAuthHandle, PAM_DISALLOW_NULL_AUTHTOK); in pamAuthenticateUser()
/openbmc/phosphor-host-ipmid/user_channel/
H A Duser_mgmt.cpp735 if (pam_acct_mgmt(localAuthHandle, PAM_DISALLOW_NULL_AUTHTOK) != in pamUserCheckAuthenticate()