kdc: add attribute dictionary to kdc_request_t

Add a heim_dict_t to the KDC request structure for use by pre-authentication
mechanisms and plugins.
This commit is contained in:
Luke Howard
2021-12-30 21:39:02 +11:00
parent b27026996a
commit a8ff420b16
10 changed files with 87 additions and 28 deletions

View File

@@ -882,6 +882,7 @@ set_req_desc(struct MHD_Connection *connection,
r->req_life = 0;
r->ret = 0;
r->kv = heim_dict_create(10);
r->attributes = heim_dict_create(1);
ci = MHD_get_connection_info(connection,
MHD_CONNECTION_INFO_CLIENT_ADDRESS);
if (ci) {