summaryrefslogtreecommitdiff
path: root/auth-passwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth-passwd.c')
-rw-r--r--auth-passwd.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/auth-passwd.c b/auth-passwd.c
index c0b7f725f..780e92344 100644
--- a/auth-passwd.c
+++ b/auth-passwd.c
@@ -36,7 +36,7 @@
36 */ 36 */
37 37
38#include "includes.h" 38#include "includes.h"
39RCSID("$OpenBSD: auth-passwd.c,v 1.27 2002/05/24 16:45:16 stevesk Exp $"); 39RCSID("$OpenBSD: auth-passwd.c,v 1.28 2003/07/22 13:35:22 markus Exp $");
40 40
41#include "packet.h" 41#include "packet.h"
42#include "log.h" 42#include "log.h"
@@ -131,14 +131,6 @@ auth_password(Authctxt *authctxt, const char *password)
131 return (authsuccess); 131 return (authsuccess);
132 } 132 }
133# endif 133# endif
134# ifdef KRB4
135 if (options.kerberos_authentication == 1) {
136 int ret = auth_krb4_password(authctxt, password);
137 if (ret == 1 || ret == 0)
138 return ret;
139 /* Fall back to ordinary passwd authentication. */
140 }
141# endif
142# ifdef BSD_AUTH 134# ifdef BSD_AUTH
143 if (auth_userokay(pw->pw_name, authctxt->style, "auth-ssh", 135 if (auth_userokay(pw->pw_name, authctxt->style, "auth-ssh",
144 (char *)password) == 0) 136 (char *)password) == 0)