summaryrefslogtreecommitdiff
path: root/auth.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-02-22 10:22:05 +1100
committerDarren Tucker <dtucker@zip.com.au>2004-02-22 10:22:05 +1100
commitaa0aecad99c4714336117d22a7c68982684cef4b (patch)
tree12f6744af2288d15fbb55e333201564dfe491b9b /auth.h
parent15ee748f2835f301499f8c31b6b4e56f5deca7de (diff)
- (dtucker) [auth-shadow.c auth.h] Provide warnings of impending account or
password expiry. ok djm@
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 a8f61f403..de2222aaa 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#if defined(USE_SHADOW) && defined(HAS_SHADOW_EXPIRE) 125#if defined(USE_SHADOW) && defined(HAS_SHADOW_EXPIRE)
126#include <shadow.h>
126int auth_shadow_acctexpired(struct spwd *); 127int auth_shadow_acctexpired(struct spwd *);
127int auth_shadow_pwexpired(Authctxt *); 128int auth_shadow_pwexpired(Authctxt *);
128#endif 129#endif