diff options
author | Damien Miller <djm@mindrot.org> | 2000-12-03 11:51:51 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2000-12-03 11:51:51 +1100 |
commit | b84815880e453346667d6d2b3f02904674848a7a (patch) | |
tree | 03b0870fc18ac4977e1bbf4b0db0e5e79bdcea8b /auth2-pam.h | |
parent | c72745afa96a87d41a22804f48499db12d95dfcd (diff) | |
download | openssh-git-b84815880e453346667d6d2b3f02904674848a7a.tar.gz |
- (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.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/auth2-pam.h b/auth2-pam.h new file mode 100644 index 00000000..db7aaae0 --- /dev/null +++ b/auth2-pam.h @@ -0,0 +1,6 @@ +#include "includes.h" +#ifdef USE_PAM + +int auth2_pam(Authctxt *authctxt); + +#endif /* USE_PAM */ |