Added new profile_in_memory flag to the struct _krb5_context so that
authorJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 23 Jul 1999 03:05:24 +0000 (03:05 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 23 Jul 1999 03:05:24 +0000 (03:05 +0000)
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

src/include/k5-int.h

index b44cf755a1ffb0bdade2460ba7e9daa48c771770..2f7fb7f4f2bc9cb8e9bd61cb163516b8dd5d8844 100644 (file)
@@ -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 */