summaryrefslogtreecommitdiff
path: root/auth.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-02-10 13:01:14 +1100
committerDarren Tucker <dtucker@zip.com.au>2004-02-10 13:01:14 +1100
commit9df3defdbb122c406072760e07859a3b4ebf567e (patch)
tree53444d450b96ce33715e16374ee97e1b72ebbb6e /auth.h
parente3dba82dd44c165716ce2a81157b6c2f269fc0af (diff)
- (dtucker) [LICENCE Makefile.in auth-passwd.c auth-shadow.c auth.c auth.h
defines.h] Bug #14: Use do_pwchange to support password expiry and force change for platforms using /etc/shadow. ok djm@
Diffstat (limited to 'auth.h')
-rw-r--r--auth.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/auth.h b/auth.h
index b39e48d9a..b6a6a49a5 100644
--- a/auth.h
+++ b/auth.h
@@ -122,6 +122,10 @@ int auth_krb5_password(Authctxt *authctxt, const char *password);
122void krb5_cleanup_proc(Authctxt *authctxt); 122void krb5_cleanup_proc(Authctxt *authctxt);
123#endif /* KRB5 */ 123#endif /* KRB5 */
124 124
125#ifdef USE_SHADOW
126int auth_shadow_pwexpired(Authctxt *);
127#endif
128
125#include "auth-pam.h" 129#include "auth-pam.h"
126void disable_forwarding(void); 130void disable_forwarding(void);
127 131