summaryrefslogtreecommitdiff
path: root/auth.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-02-10 12:50:19 +1100
committerDarren Tucker <dtucker@zip.com.au>2004-02-10 12:50:19 +1100
commite3dba82dd44c165716ce2a81157b6c2f269fc0af (patch)
tree3fc23f29c9e5e13892fb2c103bf75a60ff77b75a /auth.h
parent693f8a8aae5b79360f13f478c09235061aa59647 (diff)
- (dtucker) [auth-passwd.c auth.h openbsd-compat/port-aix.c
openbsd-compat/port-aix.h] Bug #14: Use do_pwchange to support AIX's native password expiry.
Diffstat (limited to 'auth.h')
-rw-r--r--auth.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/auth.h b/auth.h
index c51717f2c..b39e48d9a 100644
--- a/auth.h
+++ b/auth.h
@@ -123,6 +123,7 @@ void krb5_cleanup_proc(Authctxt *authctxt);
123#endif /* KRB5 */ 123#endif /* KRB5 */
124 124
125#include "auth-pam.h" 125#include "auth-pam.h"
126void disable_forwarding(void);
126 127
127void do_authentication(Authctxt *); 128void do_authentication(Authctxt *);
128void do_authentication2(Authctxt *); 129void do_authentication2(Authctxt *);