[PATCH] Creation of record_failed_login() in sshlogin.c
Darren Tucker
dtucker at zip.com.au
Mon Jan 27 23:38:14 EST 2003
Darren Tucker wrote:
> +record_failed_login(const char *user, const char *host, const char *ttyname)
[snip]
> +#ifdef _UNICOS
> + cray_login_failure(authctxt->user, IA_UDBERR);
> +#endif /* _UNICOS */
Damn. Make that "cray_login_failure(user, IA_UDBERR);". My excuse is I
don't have a Cray to try it on :-).
--
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69
Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.
More information about the openssh-unix-dev
mailing list