]> andersk Git - openssh.git/blobdiff - auth2-kbdint.c
- (djm) Merge FreeBSD PAM code: replaces PAM password auth kludge with
[openssh.git] / auth2-kbdint.c
index e609928815530ce6e1b9b2abbfde876bfa4de8fe..1696ef4d3b55cb318f63d8114c3a7a3747ac1131 100644 (file)
@@ -49,10 +49,6 @@ userauth_kbdint(Authctxt *authctxt)
        if (options.challenge_response_authentication)
                authenticated = auth2_challenge(authctxt, devs);
 
-#ifdef USE_PAM
-       if (authenticated == 0 && options.pam_authentication_via_kbd_int)
-               authenticated = auth2_pam(authctxt);
-#endif
        xfree(devs);
        xfree(lang);
 #ifdef HAVE_CYGWIN
This page took 0.041437 seconds and 4 git commands to generate.