hautreux / auks

Kerberos credential support for batch environments
Other
21 stars 18 forks source link

Adapt function naming from kerberos #53

Closed c-mertes closed 2 years ago

c-mertes commented 3 years ago

krb5_rc_resolve_full -> k5_rc_resolve krb5_rc_close -> k5_rc_close

c-mertes commented 3 years ago

this could fix #46 and fix #52

trenta commented 3 years ago

Can we have this patch merged with a new release please.

Cheers

Trent

rezib commented 2 years ago

Thank you so much @c-mertes you made my day :)

@hautreux, is there any chance you merge it in some way?

hautreux commented 2 years ago

started to work on removing replay cache disabling support in auks. no longer necessary if not longer supported by the libkrb5 API. this will remove the undefined symbols when compiling against libkrb5 >= 1.18

hautreux commented 2 years ago

fixed in commit b84ae7334400bf1c5dd458bdc530b2939bbd4cdc.