summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Altman <jaltman@secure-endpoints.com>1999-07-23 03:05:24 +0000
committerJeffrey Altman <jaltman@secure-endpoints.com>1999-07-23 03:05:24 +0000
commitdec31aa489334fd7c660b4af9af14a4252cc022a (patch)
tree02e4a9262e7e2650153e39904538bd34034f935a
parent6de1a841cc812cc7d4cd3dd53bb50d899eb2a87a (diff)
downloadkrb5-dec31aa489334fd7c660b4af9af14a4252cc022a.tar.gz
krb5-dec31aa489334fd7c660b4af9af14a4252cc022a.tar.xz
krb5-dec31aa489334fd7c660b4af9af14a4252cc022a.zip
Added new profile_in_memory flag to the struct _krb5_context so that
Krb5 may keep track of whether or not a profile file was found. This is needed for conditional use of DNS Realm and Server lookups based on whether or not a profile exists. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11582 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--src/include/k5-int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h
index b44cf755a..2f7fb7f4f 100644
--- a/src/include/k5-int.h
+++ b/src/include/k5-int.h
@@ -990,6 +990,7 @@ struct _krb5_context {
krb5_boolean profile_secure;
int fcc_default_format;
int scc_default_format;
+ krb5_boolean profile_in_memory;
};
/* could be used in a table to find an etype and initialize a block */