From 5028079084bf8c70213f9ba2ae8e4d37c74300ac Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Mon, 14 Sep 2009 19:35:14 +0200 Subject: added child timeout handler --- server/providers/krb5/krb5_auth.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'server/providers/krb5/krb5_auth.h') 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__ */ -- cgit