Home
last modified time | relevance | path

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

/aoo4110/main/sal/osl/unx/
H A Dsecurity.c166 int (*pam_acct_mgmt) (pam_handle_t *pamh, int flags); member
277 pam_module->pam_acct_mgmt = (int (*)(pam_handle_t *, int)) dlsym ( pam_hdl, "pam_acct_mgmt" ); in osl_getPAM()
287 || (pam_module->pam_acct_mgmt == NULL) ) in osl_getPAM()
346 return_value = pam_module->pam_acct_mgmt(pam_handle, 0); in osl_PamAuthentification()
349 return_value = pam_acct_mgmt(pam_handle, 0); in osl_PamAuthentification()

Completed in 7 milliseconds