search for: disable_kbdint_chauthtok

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

2003 Nov 13
0
[PATCH] Perform do_pam_chauthtok via SSH2 keyboard-interactive.
...-u -p -r1.168 acconfig.h --- acconfig.h 15 Oct 2003 06:57:57 -0000 1.168 +++ acconfig.h 13 Nov 2003 09:02:50 -0000 @@ -424,6 +424,9 @@ /* Define if HEADER.ad exists in arpa/nameser.h */ #undef HAVE_HEADER_AD +/* Define to disable pam_chauthtok via keyboard-interactive authentication */ +#undef DISABLE_KBDINT_CHAUTHTOK + @BOTTOM@ /* ******************* Shouldn't need to edit below this line ************** */ Index: auth-pam.c =================================================================== RCS file: /usr/local/src/security/openssh/cvs/openssh_cvs/auth-pam.c,v retrieving revision 1.78 diff -u -p -r1.78...