search for: pam_ti

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

Did you mean: pam_tis
2000 Aug 27
0
patch for TIS (skey/opie) *and* passwd auth via PAM
...nssh-2.1.1p4-hein/acconfig.h --- openssh-2.1.1p4/acconfig.h Sat Jul 15 06:59:14 2000 +++ openssh-2.1.1p4-hein/acconfig.h Sun Aug 27 12:13:36 2000 @@ -30,6 +30,9 @@ /* Define if you want to disable PAM support */ #undef DISABLE_PAM +/* Define if you want TIS authentication through PAM */ +#undef PAM_TIS + /* Define if you want to enable AIX4's authenticate function */ #undef WITH_AIXAUTHENTICATE diff -urN -x *~ openssh-2.1.1p4/auth-pam.c openssh-2.1.1p4-hein/auth-pam.c --- openssh-2.1.1p4/auth-pam.c Sun Jul 9 14:42:33 2000 +++ openssh-2.1.1p4-hein/auth-pam.c Sun Aug 27 18:05:44 2000 @@ -...