From: Andrew Boardman Date: Tue, 8 Aug 2006 22:41:30 +0000 (+0000) Subject: Definitions for referral realm and max number of referral hops X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a63970e99a0e8ef0a40c3890d371782766f81162;p=thirdparty%2Fkrb5.git Definitions for referral realm and max number of referral hops git-svn-id: svn://anonsvn.mit.edu/krb5/users/amb/referrals@18423 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/krb5/krb5.hin b/src/include/krb5/krb5.hin index 23f93c7a9b..908f39859c 100644 --- a/src/include/krb5/krb5.hin +++ b/src/include/krb5/krb5.hin @@ -259,6 +259,15 @@ typedef const krb5_principal_data *krb5_const_principal; ? (princ)->data + (i) \ : NULL) +/* + * Constants for realm referrals. + */ +#define KRB5_REFERRAL_REALM "" +#define KRB5_REFERRAL_MAXHOPS 5 + +/* temporary hack */ +void amb_dump_principal(); + /* * end "base-defs.h" */