Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,16 @@ Easy Way

$ pip install gssapi

You can also use a specific Kerberos library by defining the `GSSAPI_*`
environment variables:

.. code-block:: bash

$ export PATH=/path/to/where/krb5-config/is:$PATH
$ export GSSAPI_LINKER_ARGS="$(krb5-config --libs gssapi)"
$ export GSSAPI_COMPILER_ARGS="$(krb5-config --cflags gssapi)"
$ export GSSAPI_MAIN_LIB="/path/to/where/libgss{{api,-3}.dll,api.{so,dylib}}/is"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't say I use this with Windows so I can't really speak more, I just think it should be more obvious that the default is libgssapi.so for Linux and libgssapi.dylib for macOS as per

I really don't think this is clearer @jborean93

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My main comment was to do document libgssapi.so and just add a comment saying this could be .dylib or something else on other platforms.


From the Git Repo
-----------------

Expand Down