pam_get_authtok_noverify (3) Linux Manual Page
pam_get_authtok, pam_get_authtok_verify, pam_get_authtok_noverify – get authentication token Synopsis #include <security/pam_ext.h> int pam_get_authtok(pam_handle_t *pamh, int item, const char **authtok, const char *prompt); int pam_get_authtok_noverify(pam_handle_t *pamh, const char **authtok, const char *prompt); int pam_get_authtok_verify(pam_handle_t *pamh, const char **authtok, const char *prompt); Description The pam_get_authtok function returns the cached authentication token, or prompts the user if no token…
