summaryrefslogtreecommitdiffstats
path: root/server/providers/krb5/krb5_auth.h
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2009-11-09 21:54:06 +0100
committerStephen Gallagher <sgallagh@redhat.com>2009-11-20 11:18:51 -0500
commitb9fda1a01873eab1887c53bdbc2f76d75d665681 (patch)
treed5bed1a691abda57eff8bd8bc92c6ce0a07bb557 /server/providers/krb5/krb5_auth.h
parent55ab3a9b2dcbe809dece953605ab359c5e12a139 (diff)
downloadsssd-b9fda1a01873eab1887c53bdbc2f76d75d665681.tar.gz
sssd-b9fda1a01873eab1887c53bdbc2f76d75d665681.tar.xz
sssd-b9fda1a01873eab1887c53bdbc2f76d75d665681.zip
Improve handling of ccache files
- save current ccache file to sysdb - use the saved ccache file if the user has running processes - create an empty ccache if offline - return enviroment variables if offline
Diffstat (limited to 'server/providers/krb5/krb5_auth.h')
-rw-r--r--server/providers/krb5/krb5_auth.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/server/providers/krb5/krb5_auth.h b/server/providers/krb5/krb5_auth.h
index 84eafec81..54ce2b8b8 100644
--- a/server/providers/krb5/krb5_auth.h
+++ b/server/providers/krb5/krb5_auth.h
@@ -47,8 +47,9 @@ struct krb5child_req {
struct tevent_timer *timeout_handler;
- char *ccname;
+ const char *ccname;
const char *homedir;
+ bool is_offline;
};
struct krb5_ctx {