Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix freebsd #232

Merged
merged 3 commits into from
Nov 19, 2020
Merged

Fix freebsd #232

merged 3 commits into from
Nov 19, 2020

Conversation

frozencemetery
Copy link
Member

  • Handle GSS_C_DELEG_POLICY_FLAG not being defined by Heimdal in base
  • Support Heimdal from ports preferentially to that from base, if available

This value is fortunately specified by RFC 5896.  Truly ancient Kerberos
implementations, such as the Heimdal in base on FreeBSD at the time of
writing, will not provide this flag.  However, since unknown flags will
be ignored, it's fine to just provide it anyway.

Resolves: pythongssapi#228

Signed-off-by: Robbie Harwood <rharwood@redhat.com>
@frozencemetery frozencemetery marked this pull request as draft November 19, 2020 00:38
@frozencemetery frozencemetery changed the title WIP: Fix freebsd Fix freebsd Nov 19, 2020
Related: pythongssapi#228

Signed-off-by: Robbie Harwood <rharwood@redhat.com>
Base has heimdal-1.1.0 at the time of writing, while ports have
krb5-1.18.2 and heimdal-7.7.0.

Related: pythongssapi#228

Signed-off-by: Robbie Harwood <rharwood@redhat.com>
@frozencemetery
Copy link
Member Author

Added a third commit to fix our feature detection by finding the correct library. Ready for review.

@frozencemetery frozencemetery merged commit a667468 into pythongssapi:main Nov 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant