jborean93 / pykrb5

Python krb5 API interface
MIT License
17 stars 8 forks source link

Add krb5_get_renewed_creds() and krb5_get_validated_creds() #40

Closed steffen-kiess closed 8 months ago

steffen-kiess commented 8 months ago

I updated the PR to include a testcase for krb5_get_validated_creds(), and now the tests on MacOS seem to be failing.

From what I can see the problem is that:

So I'll change the PR to never include krb5_get_validated_creds with heimdal, even if it is available.

jborean93 commented 8 months ago

So I'll change the PR to never include krb5_get_validated_creds with heimdal, even if it is available.

Makes sense, I probably prefer to favour the MIT implementation anyway.