diff options
Diffstat (limited to 'source4/heimdal/lib/hdb/hdb.h')
-rw-r--r-- | source4/heimdal/lib/hdb/hdb.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/source4/heimdal/lib/hdb/hdb.h b/source4/heimdal/lib/hdb/hdb.h index ce219153b3..a5e6514e6c 100644 --- a/source4/heimdal/lib/hdb/hdb.h +++ b/source4/heimdal/lib/hdb/hdb.h @@ -54,6 +54,8 @@ enum hdb_lockop{ HDB_RLOCK, HDB_WLOCK }; #define HDB_F_GET_ANY 28 /* fetch any of client,server,krbtgt */ #define HDB_F_CANON 32 /* want canonicalition */ +#define HDB_CAP_F_HANDLE_ENTERPRISE_PRINCIPAL 1 + /* key usage for master key */ #define HDB_KU_MKEY 0x484442 @@ -80,7 +82,7 @@ typedef struct HDB{ int hdb_master_key_set; hdb_master_key hdb_master_key; int hdb_openp; - + int hdb_capability_flags; /** * Open (or create) the a Kerberos database. * @@ -184,7 +186,7 @@ typedef struct HDB{ krb5_error_code (*hdb_destroy)(krb5_context, struct HDB*); }HDB; -#define HDB_INTERFACE_VERSION 4 +#define HDB_INTERFACE_VERSION 5 struct hdb_so_method { int version; |