diff options
author | Sumit Bose <sbose@redhat.com> | 2009-11-09 21:54:06 +0100 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-11-20 11:18:51 -0500 |
commit | b9fda1a01873eab1887c53bdbc2f76d75d665681 (patch) | |
tree | d5bed1a691abda57eff8bd8bc92c6ce0a07bb557 /server/db | |
parent | 55ab3a9b2dcbe809dece953605ab359c5e12a139 (diff) | |
download | sssd-b9fda1a01873eab1887c53bdbc2f76d75d665681.tar.gz sssd-b9fda1a01873eab1887c53bdbc2f76d75d665681.tar.bz2 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/db')
-rw-r--r-- | server/db/sysdb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/db/sysdb.h b/server/db/sysdb.h index a3299859..f94b43fd 100644 --- a/server/db/sysdb.h +++ b/server/db/sysdb.h @@ -72,6 +72,7 @@ #define SYSDB_UUID "uniqueID" #define SYSDB_UPN "userPrincipalName" +#define SYSDB_CCACHE_FILE "ccacheFile" #define SYSDB_ORIG_DN "originalDN" #define SYSDB_ORIG_MODSTAMP "originalModifyTimestamp" |