summaryrefslogtreecommitdiffstats
path: root/auth.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-02-06 16:24:31 +1100
committerDarren Tucker <dtucker@zip.com.au>2004-02-06 16:24:31 +1100
commit23bc8d0bff3ee9976be32a287079f7571b5bd50d (patch)
treebbc24dec24bebcbbfb338579e82917d96b79898d /auth.h
parent819d4526ca01cdb1e226df8b00c606c537e3e1f7 (diff)
- markus@cvs.openbsd.org 2004/01/30 09:48:57
[auth-passwd.c auth.h pathnames.h session.c] support for password change; ok dtucker@ (set password-dead=1w in login.conf to use this). In -Portable, this is currently only platforms using bsdauth.
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 0be1f88c..de2f1e80 100644
--- a/auth.h
+++ b/auth.h
@@ -52,6 +52,7 @@ struct Authctxt {
int valid; /* user exists and is allowed to login */
int attempt;
int failures;
+ int force_pwchange;
char *user; /* username sent by the client */
char *service;
struct passwd *pw; /* set if 'valid' */