diff options
author | dtucker <dtucker> | 2003-05-02 13:42:25 +0000 |
---|---|---|
committer | dtucker <dtucker> | 2003-05-02 13:42:25 +0000 |
commit | c3a6ee73cabe8b0768da50a70fab01c1929afa05 (patch) | |
tree | 45a9314f59bbc02135796f5e5a8f41eb5bf9aa25 /auth1.c | |
parent | f737fa8341959aa9efbc1f74bdf5bf912d277a47 (diff) | |
download | openssh-c3a6ee73cabe8b0768da50a70fab01c1929afa05.tar.gz |
- (dtucker) Move handling of bad password authentications into a platform
specific record_failed_login() function (affects AIX & Unicos).
Diffstat (limited to 'auth1.c')
-rw-r--r-- | auth1.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -311,8 +311,6 @@ do_authloop(Authctxt *authctxt) authctxt->user); #ifdef _UNICOS - if (type == SSH_CMSG_AUTH_PASSWORD && !authenticated) - cray_login_failure(authctxt->user, IA_UDBERR); if (authenticated && cray_access_denied(authctxt->user)) { authenticated = 0; fatal("Access denied for user %s.",authctxt->user); |