From b84815880e453346667d6d2b3f02904674848a7a Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sun, 3 Dec 2000 11:51:51 +1100 Subject: - (djm) Added patch from Nalin Dahyabhai to enable PAM authentication using KbdInteractive. - (djm) Added another TODO --- auth.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'auth.h') diff --git a/auth.h b/auth.h index c4a8ac54..ef392ace 100644 --- a/auth.h +++ b/auth.h @@ -34,6 +34,9 @@ struct Authctxt { struct passwd *pw; }; +#include "auth-pam.h" +#include "auth2-pam.h" + void do_authentication(void); void do_authentication2(void); -- cgit v1.2.3