pythongssapi / python-gssapi

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

Added environment variable for KFW_BIN path override #335

Closed coopertim13 closed 8 months ago

coopertim13 commented 9 months ago

In response to https://github.com/pythongssapi/python-gssapi/issues/290 I have added a custom environment variable check to override the KFW_BIN path value within _win_config.py. By setting the "KFW_BIN_PATH_OVERRIDE" environment variable before gssapi is imported, external scripts can allow the KfW dependencies to be loaded from a custom location.

github-actions[bot] commented 8 months ago

This pull request is stale because it has been open for 4 weeks with no activity. Remove stale label or comment or this will be closed in 2 weeks.