Home
last modified time | relevance | path

Searched refs:__user_to_authenticate (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/passwdutil/
H A D__user_to_authenticate.c31 __user_to_authenticate(const char *name, pwu_repository_t *rep, in __user_to_authenticate() function
H A DMakefile.com32 __user_to_authenticate.o \
H A Dpasswdutil.h178 int __user_to_authenticate(const char *, pwu_repository_t *, char **, int *);
H A Dmapfile-vers48 __user_to_authenticate;
/illumos-gate/usr/src/lib/pam_modules/smb/
H A Dsmb_passwd.c132 res = __user_to_authenticate(user, &files_rep, &local_user, in pam_sm_chauthtok()
/illumos-gate/usr/src/lib/pam_modules/passwd_auth/
H A Dpasswd_auth.c146 res = __user_to_authenticate(user, pwu_rep, &auth_user, &privileged); in pam_sm_authenticate()