summaryrefslogtreecommitdiff
path: root/auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'auth.h')
-rw-r--r--auth.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/auth.h b/auth.h
index 8c554b6a6..6c22fabcc 100644
--- a/auth.h
+++ b/auth.h
@@ -53,11 +53,13 @@ struct Authctxt {
53 int valid; /* user exists and is allowed to login */ 53 int valid; /* user exists and is allowed to login */
54 int attempt; 54 int attempt;
55 int failures; 55 int failures;
56 int server_caused_failure;
56 int force_pwchange; 57 int force_pwchange;
57 char *user; /* username sent by the client */ 58 char *user; /* username sent by the client */
58 char *service; 59 char *service;
59 struct passwd *pw; /* set if 'valid' */ 60 struct passwd *pw; /* set if 'valid' */
60 char *style; 61 char *style;
62 char *role;
61 void *kbdintctxt; 63 void *kbdintctxt;
62#ifdef BSD_AUTH 64#ifdef BSD_AUTH
63 auth_session_t *as; 65 auth_session_t *as;