From 45ef83f6fdf3cfa4c35a81bd4e113ec934337c75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 3 Jul 2009 04:26:25 +0000 Subject: [PATCH] add hdb_check_constrained_delegation git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25302 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hdb/hdb.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/hdb/hdb.h b/lib/hdb/hdb.h index 1bf5a6233..f490dbf2f 100644 --- a/lib/hdb/hdb.h +++ b/lib/hdb/hdb.h @@ -216,6 +216,10 @@ typedef struct HDB{ * hdb_entry.flags.locked-out flag. */ krb5_error_code (*hdb_auth_status)(krb5_context, struct HDB *, hdb_entry_ex *, int); + /** + * Check is delegation is allowed. + */ + krb5_error_code (*hdb_check_constrained_delegation)(krb5_context, struct HDB *, hdb_entry_ex *, krb5_const_principal); }HDB; #define HDB_INTERFACE_VERSION 5