Searched defs:auth_user (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/passwdutil/
H A D__user_to_authenticate.c32 __user_to_authenticate(char *name, pwu_repository_t *rep, char **auth_user, argument
58 auth_user, auth_self);
H A Dnis_attr.c50 char **auth_user, int *privileged);
120 * nis_user_to_authenticate(name, rep, auth_user, privileged)
126 char **auth_user, int *privileged)
149 *auth_user = NULL;
158 *auth_user = strdup(user);
125 nis_user_to_authenticate(char *user, pwu_repository_t *rep, char **auth_user, int *privileged) argument
H A Dfiles_attr.c54 char **auth_user, int *privileged);
321 * int files_user_to_authenticate(name, rep, auth_user, privileged)
325 * PWU_SUCCESS and (auth_user == NULL || auth_user = user)
332 char **auth_user, int *privileged)
344 *auth_user = NULL;
350 if ((*auth_user = strdup(user)) == NULL) {
331 files_user_to_authenticate(char *user, pwu_repository_t *rep, char **auth_user, int *privileged) argument
H A Dldap_attr.c79 char **auth_user, int *privileged);
179 * int ldap_user_to_authenticate(user, rep, auth_user, privileged)
193 char **auth_user, int *privileged)
234 *auth_user = NULL;
237 STRDUP_OR_ERR(*auth_user, user, res);
248 STRDUP_OR_RET(*auth_user, user);
265 STRDUP_OR_ERR(*auth_user, pwr.pw_name, res);
269 if ((*auth_user = malloc(MAX_INT_LEN)) == NULL) {
272 (void) snprintf(*auth_user, MAX_INT_LEN, "%d",
192 ldap_user_to_authenticate(char *user, pwu_repository_t *rep, char **auth_user, int *privileged) argument
/illumos-gate/usr/src/lib/pam_modules/passwd_auth/
H A Dpasswd_auth.c76 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);
318 if (auth_user)
319 free(auth_user);
/illumos-gate/usr/src/uts/common/inet/nca/
H A Dncalogd.h68 nca_offset_t auth_user; member in struct:__anon4799
96 * that contain "remote_user","auth_user", etc.

Completed in 75 milliseconds