Displaying 1 result from an estimated 1 matches for "securid3".
Did you mean:
securid
2002 Apr 05
0
=?iso-8859-2?Q?SecurID=20support=20for=20OpenSSH?=
..._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't read /etc/sdace.txt");
retval = 0;
} else {
! fscanf(pfdAcefile, "%s", szVarAce);
fclose(pfdAcefile);
if (p...