Displaying 1 result from an estimated 1 matches for "pfdacefile".
2002 Apr 05
0
=?iso-8859-2?Q?SecurID=20support=20for=20OpenSSH?=
...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 (putenv(szVarAce)) {
debug("Cannot putenv: %s", szVarAce);
--- 142,148 ----
debug("Couldn't read /etc/sdace.txt");
retval = 0;
} else {
! fscanf(pfdAcefile, "%511s", szVarAce);...