From 1f7706967859bda795e7a8ee27a90901c292f79e Mon Sep 17 00:00:00 2001 From: John Kohl Date: Thu, 18 Oct 1990 10:37:40 +0000 Subject: [PATCH] add authdata to credentials structure (from Bill Sommerfeld) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1257 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/krb5.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/include/krb5/krb5.h b/src/include/krb5/krb5.h index 3db3bde15..7cc5c35a7 100644 --- a/src/include/krb5/krb5.h +++ b/src/include/krb5/krb5.h @@ -93,6 +93,7 @@ typedef struct _krb5_creds { krb5_data second_ticket; /* second ticket, if related to ticket (via DUPLICATE-SKEY or ENC-TKT-IN-SKEY) */ + krb5_authdata **authdata; /* authorization data */ } krb5_creds; /* Last request fields */ -- 2.26.2