summaryrefslogtreecommitdiff
path: root/auth2-pam.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-12-03 11:51:51 +1100
committerDamien Miller <djm@mindrot.org>2000-12-03 11:51:51 +1100
commitb84815880e453346667d6d2b3f02904674848a7a (patch)
tree03b0870fc18ac4977e1bbf4b0db0e5e79bdcea8b /auth2-pam.h
parentc72745afa96a87d41a22804f48499db12d95dfcd (diff)
- (djm) Added patch from Nalin Dahyabhai <nalin@redhat.com> to enable
PAM authentication using KbdInteractive. - (djm) Added another TODO
Diffstat (limited to 'auth2-pam.h')
-rw-r--r--auth2-pam.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/auth2-pam.h b/auth2-pam.h
new file mode 100644
index 000000000..db7aaae04
--- /dev/null
+++ b/auth2-pam.h
@@ -0,0 +1,6 @@
1#include "includes.h"
2#ifdef USE_PAM
3
4int auth2_pam(Authctxt *authctxt);
5
6#endif /* USE_PAM */