add hdb_check_constrained_delegation
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25302 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -216,6 +216,10 @@ typedef struct HDB{
|
|||||||
* hdb_entry.flags.locked-out flag.
|
* hdb_entry.flags.locked-out flag.
|
||||||
*/
|
*/
|
||||||
krb5_error_code (*hdb_auth_status)(krb5_context, struct HDB *, hdb_entry_ex *, int);
|
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;
|
}HDB;
|
||||||
|
|
||||||
#define HDB_INTERFACE_VERSION 5
|
#define HDB_INTERFACE_VERSION 5
|
||||||
|
Reference in New Issue
Block a user