Is your feature request related to a problem? Please describe.
Since 1cd9e3c, Linux nfs-utils uses krb5_get_init_creds_opt_set_out_cache as part of its Kerberos initialization. However, Heimdal does not provide this function and as such this commit does not compile as-is against Heimdal's API.
Describe the solution you'd like
Heimdal implements this API so to compile nfs-utils, this change doesn't have to be reverted.
Describe alternatives you've considered
No idea, I'm just a user/KDC admin. I'll take anything better than having to revert the nfs-utils commit :^)
Is your feature request related to a problem? Please describe.
Since 1cd9e3c, Linux nfs-utils uses krb5_get_init_creds_opt_set_out_cache as part of its Kerberos initialization. However, Heimdal does not provide this function and as such this commit does not compile as-is against Heimdal's API.
Describe the solution you'd like
Heimdal implements this API so to compile nfs-utils, this change doesn't have to be reverted.
Describe alternatives you've considered
No idea, I'm just a user/KDC admin. I'll take anything better than having to revert the nfs-utils commit :^)