summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorLuke Howard <lukeh@padl.com>2009-10-21 18:21:50 +0000
committerLuke Howard <lukeh@padl.com>2009-10-21 18:21:50 +0000
commit8df202e9f06b58a590b33665d701ef2dd34317f3 (patch)
tree80444e9f2011cc4c490b6fa1cc833f8e99362a11 /src/include
parent7895c562802c7b19fc49678b761339b1de45df4d (diff)
downloadkrb5-8df202e9f06b58a590b33665d701ef2dd34317f3.tar.gz
krb5-8df202e9f06b58a590b33665d701ef2dd34317f3.tar.xz
krb5-8df202e9f06b58a590b33665d701ef2dd34317f3.zip
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
Diffstat (limited to 'src/include')
-rw-r--r--src/include/kdb_ext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/kdb_ext.h b/src/include/kdb_ext.h
index dfa2e0b71..f51d46500 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__ */