handle creation of DIR caches

This commit is contained in:
Love Hornquist Astrand
2013-04-29 22:54:11 -07:00
parent 4256823e58
commit de61953108
5 changed files with 87 additions and 23 deletions

View File

@@ -63,3 +63,4 @@ KRB5_LIB_VARIABLE const char *krb5_cc_type_file = "FILE";
KRB5_LIB_VARIABLE const char *krb5_cc_type_memory = "MEMORY";
KRB5_LIB_VARIABLE const char *krb5_cc_type_kcm = "KCM";
KRB5_LIB_VARIABLE const char *krb5_cc_type_scc = "SCC";
KRB5_LIB_VARIABLE const char *krb5_cc_type_dcc = "DIR";