summaryrefslogtreecommitdiff
path: root/src/providers/krb5/krb5_auth.h
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2013-08-30 20:11:42 -0400
committerSimo Sorce <simo@redhat.com>2013-09-09 15:11:46 -0400
commitd20a5a74666413cadbf64c02eb656a5a3b4bb1de (patch)
tree4c6a6b69cc68c8e63e0f7c6ff29836f7ae8aaf4e /src/providers/krb5/krb5_auth.h
parent1c022b3556f442f57326c4a3f250128b1bd232ae (diff)
downloadsssd-d20a5a74666413cadbf64c02eb656a5a3b4bb1de.tar.gz
sssd-d20a5a74666413cadbf64c02eb656a5a3b4bb1de.tar.bz2
sssd-d20a5a74666413cadbf64c02eb656a5a3b4bb1de.zip
krb5: Remove unused ccache backend infrastructure
Remove struct sss_krb5_cc_be and the remaining functions that reference it as they are all unused now. Resolves: https://fedorahosted.org/sssd/ticket/2061
Diffstat (limited to 'src/providers/krb5/krb5_auth.h')
-rw-r--r--src/providers/krb5/krb5_auth.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/providers/krb5/krb5_auth.h b/src/providers/krb5/krb5_auth.h
index d31925da..022dc9b7 100644
--- a/src/providers/krb5/krb5_auth.h
+++ b/src/providers/krb5/krb5_auth.h
@@ -41,7 +41,6 @@ struct krb5child_req {
struct pam_data *pd;
struct krb5_ctx *krb5_ctx;
- struct sss_krb5_cc_be *cc_be;
const char *ccname;
const char *old_ccname;
const char *homedir;