summaryrefslogtreecommitdiffstats
path: root/server/providers/krb5/krb5_auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/providers/krb5/krb5_auth.h')
-rw-r--r--server/providers/krb5/krb5_auth.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/server/providers/krb5/krb5_auth.h b/server/providers/krb5/krb5_auth.h
index d238cb635..4e65d9fc2 100644
--- a/server/providers/krb5/krb5_auth.h
+++ b/server/providers/krb5/krb5_auth.h
@@ -48,6 +48,8 @@ struct krb5child_req {
struct pam_data *pd;
struct krb5_ctx *krb5_ctx;
+ struct tevent_timer *timeout_handler;
+
char *ccname;
const char *homedir;
};
@@ -86,6 +88,7 @@ struct krb5_ctx {
char *changepw_principle;
char *ccache_dir;
char *ccname_template;
+ int auth_timeout;
};
#endif /* __KRB5_AUTH_H__ */