add authdata to credentials structure (from Bill Sommerfeld)
authorJohn Kohl <jtkohl@mit.edu>
Thu, 18 Oct 1990 10:37:40 +0000 (10:37 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Thu, 18 Oct 1990 10:37:40 +0000 (10:37 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1257 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/krb5.h

index 3db3bde155436aa799e9222cec4e4e60d855973b..7cc5c35a707274325ee2ae1e5f8f569778acf734 100644 (file)
@@ -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 */