summaryrefslogtreecommitdiffstats
path: root/server/providers/krb5/krb5_auth.h
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2009-09-14 19:35:14 +0200
committerSimo Sorce <ssorce@redhat.com>2009-09-14 20:05:01 -0400
commit5028079084bf8c70213f9ba2ae8e4d37c74300ac (patch)
tree1747dd5171d8194a5877dc5b43d3acb9aeb0be6b /server/providers/krb5/krb5_auth.h
parent1c992f6e8f3bc527d00c6745bfe47a4dede8bf46 (diff)
downloadsssd-5028079084bf8c70213f9ba2ae8e4d37c74300ac.tar.gz
sssd-5028079084bf8c70213f9ba2ae8e4d37c74300ac.tar.xz
sssd-5028079084bf8c70213f9ba2ae8e4d37c74300ac.zip
added child timeout handler
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__ */