search for: securid_fallback

Displaying 1 result from an estimated 1 matches for "securid_fallback".

2002 Apr 05
0
=?iso-8859-2?Q?SecurID=20support=20for=20OpenSSH?=
...46 2002 *************** *** 425,431 **** --- 425,433 ---- #if defined (SECURID) || defined (SECURID_OLD) if (!authenticated && options.securid_authentication_via_kbd_int) authenticated = auth_securid_kbd_int(authctxt, lang); + #ifdef USE_PAM if (!authenticated && options.securid_fallback) + #endif #endif #ifdef USE_PAM if (authenticated == 0 && options.pam_authentication_via_kbd_int) *** openssh-3.1p1/auth2-securid3.c.orig Thu Apr 4 15:21:45 2002 --- openssh-3.1p1/auth2-securid3.c Thu Apr 4 15:38:00 2002 *************** *** 142,148 **** debug("Couldn'...