Home | History | Annotate | Download | only in openssh

Lines Matching defs:user

624 	const char *pam_rhost, *pam_user, *user = authctxt->user;
628 /* We already have a PAM context; check if the user matches */
631 if (sshpam_err == PAM_SUCCESS && strcmp(user, pam_user) == 0)
636 debug("PAM: initializing for \"%s\"", user);
638 pam_start(SSHD_PAM_SERVICE, user, &store_conv, &sshpam_handle);
797 sshpam_authctxt->valid ? "" : "illegal user ",
798 sshpam_authctxt->user,
1194 * If the user logging in is invalid, or is root but is not permitted
1212 authctxt->user);
1216 authctxt->valid ? authctxt->user : "an illegal user",