diff options
Diffstat (limited to 'auth.h')
-rw-r--r-- | auth.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |