diff --git a/lib/hdb/hdb.h b/lib/hdb/hdb.h index d5bf296e8..6a370cc73 100644 --- a/lib/hdb/hdb.h +++ b/lib/hdb/hdb.h @@ -66,6 +66,13 @@ typedef struct hdb_entry_ex { } hdb_entry_ex; +/** + * HDB backend function pointer structure + * + * The HDB structure is what the KDC and kadmind framework uses to + * query the backend database when talking about principals. + */ + typedef struct HDB{ void *hdb_db; void *hdb_dbc; /** don't use, only for DB3 */