pam_group.c | 62 static int authenticate(pam_handle_t *, struct passwd *, int); 96 auth = openpam_get_option(pamh, "authenticate") != NULL; 130 if ((pam_err = authenticate(pamh, pwd, flags)) != PAM_SUCCESS) 152 authenticate(pam_handle_t *pamh, struct passwd *pwd, int flags) function in typeref:typename:int
|