Home
last modified time | relevance | path

Searched refs:auth_user (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/pam_modules/passwd_auth/
H A Dpasswd_auth.c78 char *auth_user = NULL; in pam_sm_authenticate() local
146 res = __user_to_authenticate(user, pwu_rep, &auth_user, &privileged); in pam_sm_authenticate()
168 if (auth_user == NULL) { /* No authentication needed */ in pam_sm_authenticate()
187 auth_user); in pam_sm_authenticate()
228 res = __get_authtoken_attr(auth_user, pwu_rep, al); in pam_sm_authenticate()
321 if (auth_user) in pam_sm_authenticate()
322 free(auth_user); in pam_sm_authenticate()
/illumos-gate/usr/src/lib/passwdutil/
H A D__user_to_authenticate.c32 char **auth_user, int *auth_self) in __user_to_authenticate() argument
57 auth_user, auth_self); in __user_to_authenticate()
H A Dldap_attr.c82 char **auth_user, int *privileged);
196 char **auth_user, int *privileged) in ldap_user_to_authenticate() argument
237 *auth_user = NULL; in ldap_user_to_authenticate()
240 STRDUP_OR_ERR(*auth_user, user, res); in ldap_user_to_authenticate()
251 STRDUP_OR_RET(*auth_user, user); in ldap_user_to_authenticate()
268 STRDUP_OR_ERR(*auth_user, pwr.pw_name, res); in ldap_user_to_authenticate()
272 if ((*auth_user = malloc(MAX_INT_LEN)) == NULL) { in ldap_user_to_authenticate()
275 (void) snprintf(*auth_user, MAX_INT_LEN, "%d", in ldap_user_to_authenticate()
H A Dnis_attr.c52 char **auth_user, int *privileged);
128 char **auth_user, int *privileged) in nis_user_to_authenticate() argument
151 *auth_user = NULL; in nis_user_to_authenticate()
160 *auth_user = strdup(user); in nis_user_to_authenticate()
H A Dfiles_attr.c58 char **auth_user, int *privileged);
337 char **auth_user, int *privileged) in files_user_to_authenticate() argument
349 *auth_user = NULL; in files_user_to_authenticate()
355 if ((*auth_user = strdup(user)) == NULL) { in files_user_to_authenticate()