pythongssapi / python-gssapi

A Python interface to RFC 2743/2744 (plus common extensions)
ISC License
103 stars 45 forks source link

Fix DCE symbol name logic on macOS #348

Closed jborean93 closed 2 weeks ago

jborean93 commented 2 weeks ago

Only use the private Apple symbol name for the DCE extension detection when using the actual GSS.Framework target. This will allow compiling this library against a custom MIT krb5 or Heimdal library on macOS with support for the normal IOV wrapping functions.

Fixes: https://github.com/pythongssapi/python-gssapi/issues/347

jborean93 commented 2 weeks ago

Thanks for looking over this @simo5