aboutsummaryrefslogtreecommitdiff
path: root/src/kdc/extern.h
diff options
context:
space:
mode:
authorZhanna Tsitkov <tsitkova@mit.edu>2009-01-23 19:59:50 +0000
committerZhanna Tsitkov <tsitkova@mit.edu>2009-01-23 19:59:50 +0000
commitf26dadeaae22b6843375ce1dd4e21b6ad2d3e099 (patch)
tree6a3dbabfefeda4800f0e9f36718c133bb830ba36 /src/kdc/extern.h
parent33abb530c443a842dda8370edf4a6fa0c725fc25 (diff)
downloadkrb5-f26dadeaae22b6843375ce1dd4e21b6ad2d3e099.zip
krb5-f26dadeaae22b6843375ce1dd4e21b6ad2d3e099.tar.gz
krb5-f26dadeaae22b6843375ce1dd4e21b6ad2d3e099.tar.bz2
Eliminate the need for the domain_realm mapping table on the client side by implementing minimal referral support in the KDC
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21792 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kdc/extern.h')
-rw-r--r--src/kdc/extern.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/kdc/extern.h b/src/kdc/extern.h
index 0da6b14..20cc4bc 100644
--- a/src/kdc/extern.h
+++ b/src/kdc/extern.h
@@ -1,7 +1,7 @@
/*
* kdc/extern.h
*
- * Copyright 1990,2001,2007 by the Massachusetts Institute of Technology.
+ * Copyright 1990,2001,2007,2009 by the Massachusetts Institute of Technology.
*
* Export of this software from the United States of America may
* require a specific license from the United States Government.
@@ -41,6 +41,11 @@ typedef struct __kdc_realm_data {
krb5_context realm_context; /* Context to be used for realm */
krb5_keytab realm_keytab; /* keytab to be used for this realm */
char * realm_profile; /* Profile file for this realm */
+ char * realm_host_based_services; /* do referral processing for these services
+ * If '*' - allow all referrals */
+ char * realm_no_host_referral; /* no referral for these services.
+ * If '*' - disallow all referrals and
+ * ignore realm_host_based_services */
/*
* Database per-realm data.
*/