Lines Matching defs:username
55 char *username;
66 (void) pam_get_item(pamh, PAM_USER, (void **)&username);
91 allow_remote, (username) ? username : "not set",
96 if (username == NULL)
99 /* stop masquerades by mapping username to uid to username */
101 if ((pw_entry = getpwnam_r(username, &pwd, buf, sizeof (buf))) == NULL)
121 /* username is a role */
123 if (strcmp(username, pw_entry->pw_name) != 0) {
127 username, pw_entry->pw_uid, pw_entry->pw_name);
171 (roleinlist(kva_value, username) == 0)) {