summaryrefslogtreecommitdiff
path: root/auth2-kbdint.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-05-10 19:28:02 +1000
committerDamien Miller <djm@mindrot.org>2003-05-10 19:28:02 +1000
commit4f9f42a9bb6a6aa8f6100d873dc6344f2f9994de (patch)
treef81c39146e1cfabb4b198f57f60453b2dcaac299 /auth2-kbdint.c
parentc437cda328b4733b59a7ed028b72e6b7f58f86e6 (diff)
- (djm) Merge FreeBSD PAM code: replaces PAM password auth kludge with
proper challenge-response module
Diffstat (limited to 'auth2-kbdint.c')
-rw-r--r--auth2-kbdint.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/auth2-kbdint.c b/auth2-kbdint.c
index e60992881..1696ef4d3 100644
--- a/auth2-kbdint.c
+++ b/auth2-kbdint.c
@@ -49,10 +49,6 @@ userauth_kbdint(Authctxt *authctxt)
49 if (options.challenge_response_authentication) 49 if (options.challenge_response_authentication)
50 authenticated = auth2_challenge(authctxt, devs); 50 authenticated = auth2_challenge(authctxt, devs);
51 51
52#ifdef USE_PAM
53 if (authenticated == 0 && options.pam_authentication_via_kbd_int)
54 authenticated = auth2_pam(authctxt);
55#endif
56 xfree(devs); 52 xfree(devs);
57 xfree(lang); 53 xfree(lang);
58#ifdef HAVE_CYGWIN 54#ifdef HAVE_CYGWIN