]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Definitions for referral realm and max number of referral hops
authorAndrew Boardman <amb@mit.edu>
Tue, 8 Aug 2006 22:41:30 +0000 (22:41 +0000)
committerAndrew Boardman <amb@mit.edu>
Tue, 8 Aug 2006 22:41:30 +0000 (22:41 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/users/amb/referrals@18423 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/krb5.hin

index 23f93c7a9bacd053deee396e4c0eb5660383142b..908f39859c034c13fa0b89b440398a2503c08ce8 100644 (file)
@@ -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"
  */