Searched refs:auth_user (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/passwdutil/ |
H A D | __user_to_authenticate.c | 32 __user_to_authenticate(char *name, pwu_repository_t *rep, char **auth_user, argument 58 auth_user, auth_self);
|
H A D | nis_attr.c | 51 char **auth_user, int *privileged); 121 * nis_user_to_authenticate(name, rep, auth_user, privileged) 127 char **auth_user, int *privileged) 150 *auth_user = NULL; 162 *auth_user = strdup(user); 126 nis_user_to_authenticate(char *user, pwu_repository_t *rep, char **auth_user, int *privileged) argument
|
H A D | ldap_attr.c | 78 char **auth_user, int *privileged); 178 * int ldap_user_to_authenticate(user, rep, auth_user, privileged) 192 char **auth_user, int *privileged) 233 *auth_user = NULL; 236 STRDUP_OR_ERR(*auth_user, user, res); 247 STRDUP_OR_RET(*auth_user, user); 264 STRDUP_OR_ERR(*auth_user, pwr.pw_name, res); 268 if ((*auth_user = malloc(MAX_INT_LEN)) == NULL) { 271 (void) snprintf(*auth_user, MAX_INT_LEN, "%d", 191 ldap_user_to_authenticate(char *user, pwu_repository_t *rep, char **auth_user, int *privileged) argument
|
H A D | files_attr.c | 55 char **auth_user, int *privileged); 314 * int files_user_to_authenticate(name, rep, auth_user, privileged) 318 * PWU_SUCCESS and (auth_user == NULL || auth_user = user) 325 char **auth_user, int *privileged) 337 *auth_user = NULL; 343 if ((*auth_user = strdup(user)) == NULL) { 324 files_user_to_authenticate(char *user, pwu_repository_t *rep, char **auth_user, int *privileged) argument
|
/osnet-11/usr/src/lib/pam_modules/passwd_auth/ |
H A D | passwd_auth.c | 76 char *auth_user = NULL; local 143 res = __user_to_authenticate(user, pwu_rep, &auth_user, &privileged); 165 if (auth_user == NULL) { /* No authentication needed */ 184 auth_user); 225 res = __get_authtoken_attr(auth_user, pwu_rep, al); 322 if (auth_user) 323 free(auth_user);
|
Completed in 36 milliseconds