summaryrefslogtreecommitdiff
path: root/auth.h
diff options
context:
space:
mode:
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 bf393e755..8f13bdf48 100644
--- a/auth.h
+++ b/auth.h
@@ -65,6 +65,7 @@ struct Authctxt {
65 char *service; 65 char *service;
66 struct passwd *pw; /* set if 'valid' */ 66 struct passwd *pw; /* set if 'valid' */
67 char *style; 67 char *style;
68 char *role;
68 69
69 /* Method lists for multiple authentication */ 70 /* Method lists for multiple authentication */
70 char **auth_methods; /* modified from server config */ 71 char **auth_methods; /* modified from server config */