Home
last modified time | relevance | path

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

/aoo42x/main/sal/osl/unx/
H A Dsecurity.c165 int (*pam_acct_mgmt) (pam_handle_t *pamh, int flags); member
276 pam_module->pam_acct_mgmt = (int (*)(pam_handle_t *, int)) dlsym ( pam_hdl, "pam_acct_mgmt" ); in osl_getPAM()
286 || (pam_module->pam_acct_mgmt == NULL) ) in osl_getPAM()
345 return_value = pam_module->pam_acct_mgmt(pam_handle, 0); in osl_PamAuthentification()
348 return_value = pam_acct_mgmt(pam_handle, 0); in osl_PamAuthentification()

Completed in 15 milliseconds