Home
last modified time | relevance | path

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.c32 __user_to_authenticate(char *name, pwu_repository_t *rep, char **auth_user, in __user_to_authenticate() function
H A DMakefile.com31 __user_to_authenticate.o \
H A Dpasswdutil.h175 int __user_to_authenticate(char *, pwu_repository_t *, char **, int *);
H A Dmapfile-vers48 __user_to_authenticate;
/titanic_41/usr/src/lib/pam_modules/smb/
H A Dsmb_passwd.c131 res = __user_to_authenticate(user, &files_rep, &local_user, in pam_sm_chauthtok()
/titanic_41/usr/src/lib/pam_modules/passwd_auth/
H A Dpasswd_auth.c143 res = __user_to_authenticate(user, pwu_rep, &auth_user, &privileged); in pam_sm_authenticate()