Searched refs:pam_acct_mgmt (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10/OpenPAM-20/openpam/lib/
H A Dpam_acct_mgmt.c35 * $Id: pam_acct_mgmt.c 408 2007-12-21 11:36:24Z des $
52 pam_acct_mgmt(pam_handle_t *pamh, function
71 * The =pam_acct_mgmt function verifies and enforces account restrictions
82 * If any other bits are set, =pam_acct_mgmt will return
/macosx-10.10/system_cmds-643.1.1/chkpasswd.tproj/
H A Dpam_passwd.c51 if (PAM_SUCCESS != (retval = pam_acct_mgmt(pamh, 0)) && PAM_NEW_AUTHTOK_REQD != retval)
/macosx-10.10/system_cmds-643.1.1/passwd.tproj/
H A Dpam_passwd.c49 if (PAM_SUCCESS != (retval = pam_acct_mgmt(pamh, 0)) && PAM_NEW_AUTHTOK_REQD != retval)
/macosx-10.10/Security-57031.1.35/Security/libsecurity_checkpw/lib/
H A Dcheckpw.c59 pamret = pam_acct_mgmt(pamh, 0);
/macosx-10.10/OpenPAM-20/openpam/include/security/
H A Dpam_appl.h54 pam_acct_mgmt(pam_handle_t *_pamh,
/macosx-10.10/OpenPAM-20/openpam/bin/su/
H A Dsu.c113 if ((pam_err = pam_acct_mgmt(pamh, 0)) == PAM_NEW_AUTHTOK_REQD)
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/saslauthd/
H A Dauth_pam.c226 rc = pam_acct_mgmt(pamh, PAM_SILENT);
228 syslog(LOG_DEBUG, "DEBUG: auth_pam: pam_acct_mgmt failed: %s",
/macosx-10.10/sudo-73/src/auth/
H A Dpam.c144 *pam_status = pam_acct_mgmt(pamh, PAM_SILENT);
248 * We can't call pam_acct_mgmt() with Linux-PAM for a similar reason.
/macosx-10.10/OpenPAM-20/compat/
H A Dpam_shim.c194 pam_acct_mgmt(pam_handle_t *pamh, int flags) function
198 if (NULL == openpam) dlfailure("pam_acct_mgmt");
199 pam_acct_mgmt_func func = dlsym(openpam, "pam_acct_mgmt");
200 if (NULL == func) dlfailure("pam_acct_mgmt");
/macosx-10.10/system_cmds-643.1.1/atrun.tproj/
H A Datrun.c185 pam_err = pam_acct_mgmt(pamh, PAM_SILENT);
/macosx-10.10/shell_cmds-179/su/
H A Dsu.c357 retcode = pam_acct_mgmt(pamh, 0);
377 if (audit_submit(AUE_su, auid, EPERM, 1, "pam_acct_mgmt: %s",
381 syslog(LOG_ERR, "pam_acct_mgmt: %s",
/macosx-10.10/OpenSSH-189/openssh/
H A Dauth-pam.c907 sshpam_err = pam_acct_mgmt(sshpam_handle, 0);
908 debug3("PAM: %s pam_acct_mgmt = %d (%s)", __func__, sshpam_err,
/macosx-10.10/remote_cmds-47/rshd.tproj/
H A Drshd.c517 pam_err = pam_acct_mgmt(pamh, 0);
/macosx-10.10/system_cmds-643.1.1/login.tproj/
H A Dlogin.c1126 pam_err = pam_acct_mgmt(pamh, pam_silent);
1142 pam_syslog("pam_acct_mgmt()");
1146 pam_syslog("pam_acct_mgmt()");
/macosx-10.10/cups-408/cups/scheduler/
H A Dauth.c698 pamerr = pam_acct_mgmt(pamh, PAM_SILENT);
702 "[Client %d] pam_acct_mgmt() returned %d (%s)",
/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Dauth.c1765 pam_error = pam_acct_mgmt (pamh, PAM_SILENT);

Completed in 119 milliseconds