Searched refs:pam_get_user (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/man/man3pam/ |
H A D | Makefile | 25 pam_get_user.3pam \
|
/titanic_41/usr/src/lib/libpam/ |
H A D | pam_appl.h | 225 pam_get_user(
|
H A D | mapfile-vers | 61 pam_get_user;
|
H A D | pam_framework.c | 685 pam_get_user(pam_handle_t *pamh, char **user, const char *prompt_override) in pam_get_user() function
|
/titanic_41/usr/src/lib/pam_modules/sample/ |
H A D | sample_authenticate.c | 115 err = pam_get_user(pamh, &user, NULL); in pam_sm_authenticate()
|
/titanic_41/usr/src/lib/pam_modules/dial_auth/ |
H A D | dial_auth.c | 77 if ((retcode = pam_get_user(pamh, &user, NULL)) in pam_sm_authenticate()
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-library.man3pam.inc | 21 file path=usr/share/man/man3pam/pam_get_user.3pam
|
/titanic_41/usr/src/lib/pam_modules/passwd_auth/ |
H A D | passwd_auth.c | 102 if ((res = pam_get_user(pamh, &user, NULL)) != PAM_SUCCESS) { in pam_sm_authenticate()
|
/titanic_41/usr/src/lib/pam_modules/authtok_get/ |
H A D | authtok_get.c | 242 if ((res = pam_get_user(pamh, &user, NULL)) != PAM_SUCCESS) { in pam_sm_authenticate()
|
/titanic_41/usr/src/lib/pam_modules/krb5/ |
H A D | krb5_authenticate.c | 190 if ((err = pam_get_user(pamh, &user, NULL)) != in pam_sm_authenticate()
|