From 8df202e9f06b58a590b33665d701ef2dd34317f3 Mon Sep 17 00:00:00 2001 From: Luke Howard Date: Wed, 21 Oct 2009 18:21:50 +0000 Subject: Allow the constrained delegation authorization method to use the evidence ticket client name as input to the authorization decision git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22963 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/kdb_ext.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') diff --git a/src/include/kdb_ext.h b/src/include/kdb_ext.h index dfa2e0b71e..f51d465004 100644 --- a/src/include/kdb_ext.h +++ b/src/include/kdb_ext.h @@ -159,6 +159,7 @@ typedef struct _kdb_check_allowed_to_delegate_req { krb5_magic magic; const krb5_db_entry *server; krb5_const_principal proxy; + krb5_const_principal client; } kdb_check_allowed_to_delegate_req; #endif /* KRB5_KDB5_EXT__ */ -- cgit