We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7de108 commit 4b1f423Copy full SHA for 4b1f423
README.txt
@@ -68,6 +68,16 @@ Easy Way
68
69
$ pip install gssapi
70
71
+You can also use a specific Kerberos library by defining the `GSSAPI_*`
72
+environment variables:
73
+
74
+.. code-block:: bash
75
76
+ $ export GSSAPI_LINKER_ARGS="$(krb5-config --libs gssapi)"
77
+ $ export GSSAPI_COMPILER_ARGS="$(krb5-config --cflags gssapi)"
78
+ $ # Too many variants, search for GSSAPI_MAIN_LIB in setup.py
79
+ $ export GSSAPI_MAIN_LIB="$PATH_TO/lib/yourkerberoslib.ext"
80
81
From the Git Repo
82
-----------------
83
0 commit comments