summaryrefslogtreecommitdiffstats
path: root/src/providers/krb5/krb5_common.h
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2010-11-09 13:11:52 +0100
committerStephen Gallagher <sgallagh@redhat.com>2010-12-03 10:41:28 -0500
commit1709edfb690bb4ffa4b96c64d08853f47390eda3 (patch)
treebf07e7bbe85e6ff86639153b7783d4ed750760ac /src/providers/krb5/krb5_common.h
parentd2d23847f879712d6e191134018a8bff70a5e2ab (diff)
downloadsssd-1709edfb690bb4ffa4b96c64d08853f47390eda3.tar.gz
sssd-1709edfb690bb4ffa4b96c64d08853f47390eda3.tar.xz
sssd-1709edfb690bb4ffa4b96c64d08853f47390eda3.zip
krb5_child returns TGT lifetime
Diffstat (limited to 'src/providers/krb5/krb5_common.h')
-rw-r--r--src/providers/krb5/krb5_common.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/providers/krb5/krb5_common.h b/src/providers/krb5/krb5_common.h
index 01d2dbfc0..68e4426ac 100644
--- a/src/providers/krb5/krb5_common.h
+++ b/src/providers/krb5/krb5_common.h
@@ -62,6 +62,13 @@ enum krb5_opts {
typedef enum { INIT_PW, INIT_KT, RENEW, VALIDATE } action_type;
+struct tgt_times {
+ time_t authtime;
+ time_t starttime;
+ time_t endtime;
+ time_t renew_till;
+};
+
struct krb5_service {
char *name;
char *address;