summaryrefslogtreecommitdiff
path: root/src/providers/krb5/krb5_utils.h
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2011-02-16 14:20:02 +0100
committerStephen Gallagher <sgallagh@redhat.com>2011-02-22 08:02:22 -0500
commit318f12c90208971a5b6d3574f0026601161d81c7 (patch)
treed1a6aaae1e172b933699a9fe93cf647cc17a694b /src/providers/krb5/krb5_utils.h
parent7cefb94d9f00a5629cb5c12cc71d01208e7ead63 (diff)
downloadsssd-318f12c90208971a5b6d3574f0026601161d81c7.tar.gz
sssd-318f12c90208971a5b6d3574f0026601161d81c7.tar.bz2
sssd-318f12c90208971a5b6d3574f0026601161d81c7.zip
Check ccache file for renewable TGTs at startup
Diffstat (limited to 'src/providers/krb5/krb5_utils.h')
-rw-r--r--src/providers/krb5/krb5_utils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/providers/krb5/krb5_utils.h b/src/providers/krb5/krb5_utils.h
index be162bc7..8977e14f 100644
--- a/src/providers/krb5/krb5_utils.h
+++ b/src/providers/krb5/krb5_utils.h
@@ -40,4 +40,7 @@ errno_t become_user(uid_t uid, gid_t gid);
errno_t create_ccache_dir(TALLOC_CTX *mem_ctx, const char *filename,
pcre *illegal_re, uid_t uid, gid_t gid,
bool private_path);
+
+errno_t get_ccache_file_data(const char *ccache_file, const char *client_name,
+ struct tgt_times *tgtt);
#endif /* __KRB5_UTILS_H__ */