Searched refs:__user_to_authenticate (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/passwdutil/ |
H A D | __user_to_authenticate.c | 32 __user_to_authenticate(char *name, pwu_repository_t *rep, char **auth_user, in __user_to_authenticate() function
|
H A D | Makefile.com | 31 __user_to_authenticate.o \
|
H A D | passwdutil.h | 175 int __user_to_authenticate(char *, pwu_repository_t *, char **, int *);
|
H A D | mapfile-vers | 48 __user_to_authenticate;
|
/titanic_41/usr/src/lib/pam_modules/smb/ |
H A D | smb_passwd.c | 131 res = __user_to_authenticate(user, &files_rep, &local_user, in pam_sm_chauthtok()
|
/titanic_41/usr/src/lib/pam_modules/passwd_auth/ |
H A D | passwd_auth.c | 143 res = __user_to_authenticate(user, pwu_rep, &auth_user, &privileged); in pam_sm_authenticate()
|