From 31eff0c364bc84cff2f2e2d02819caa340a0b208 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 29 Dec 2004 18:52:51 +0000 Subject: [PATCH] add key usage for server referrals git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14421 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/krb5.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/krb5/krb5.h b/lib/krb5/krb5.h index cf36f730e..af3c140ec 100644 --- a/lib/krb5/krb5.h +++ b/lib/krb5/krb5.h @@ -199,6 +199,8 @@ typedef enum krb5_key_usage { /* Checksum for the SAM-CHECKSUM field */ KRB5_KU_SAM_ENC_TRACK_ID = 26, /* Encryption of the SAM-TRACK-ID field */ + KRB5_KU_PA_SERVER_REFERRAL = 26, + /* Keyusage for the server referral in a TGS req */ KRB5_KU_SAM_ENC_NONCE_SAD = 27 /* Encryption of the SAM-NONCE-OR-SAD field */ } krb5_key_usage;