diff options
author | dtucker <dtucker> | 2005-01-20 11:20:50 +0000 |
---|---|---|
committer | dtucker <dtucker> | 2005-01-20 11:20:50 +0000 |
commit | 3a75b5a57f8f6e87f47ca81816ef93f82873f5bf (patch) | |
tree | a7f6a19d2f106fa13149af3022593b6e5b3f3bce /auth.h | |
parent | e3aec90f7838987cdff97b58f198910178e9511f (diff) | |
download | openssh-3a75b5a57f8f6e87f47ca81816ef93f82873f5bf.tar.gz |
- (dtucker) [auth-chall.c auth.h auth2-chall.c] Bug #936: Remove pam from
the list of available kbdint devices if UsePAM=no. ok djm@
Diffstat (limited to 'auth.h')
-rw-r--r-- | auth.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -130,6 +130,8 @@ int auth_shadow_pwexpired(Authctxt *); #endif #include "auth-pam.h" +void remove_kbdint_device(const char *); + void disable_forwarding(void); void do_authentication(Authctxt *); |