kdc: Add function to add encrypted padata

Since plugins no longer have a way of accessing the 'ek' member of the
request structure, this function provides a way for a plugin to add
encrypted padata to the response.

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
This commit is contained in:
Joseph Sutton
2022-03-01 12:15:50 +13:00
committed by Luke Howard
parent 4a23cd5e23
commit d5ad04a7f3
3 changed files with 15 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ HEIMDAL_KDC_1.0 {
kdc_request_get_attribute;
kdc_request_copy_attribute;
kdc_request_delete_attribute;
kdc_request_add_encrypted_padata;
kdc_request_add_pac_buffer;
kdc_request_add_reply_padata;
kdc_request_get_addr;