python-gssapi
python-gssapi copied to clipboard
A Python interface to RFC 2743/2744 (plus common extensions)
### What went wrong? Loading gssapi on windows throws "OSError: Could not find KfW installation" when there are multiple kinit.exe in the PATH. Specifically, in the case of having the...

So, I went and compared the gssapi.h and gssapi_ext.h files with Python-GSSAPI to look for any extensions and/or additional RFCs that we missed. # Extensions (as indicated by being in...
It may be good to import channel bindings with the high level API, as currently they are not.
When determinig whether given credentials are valid, I currently need to inquire them and catch an exception. Like this: ``` try: cred.lifetime # valid except ExpiredCredentialsError: # invalid ``` It...
There are four related methods that are part of the Solaris extensions: - gss_localname - gss_userok - gss_pname_to_uid - gss_authorize_localname (we should probably also have, optionally, GSS_C_ATTR_LOCAL_LOGIN_USER as well)
As part of (ongoing) CI updates, we've lost the ability to test things which rely on greet-client. We should test these again, probably by providing greet-client in some cases.
### What went wrong? Pip was trying to build the project using wheel and errored with this output: ``` Collecting gssapi Using cached gssapi-1.8.2.tar.gz (94 kB) Installing build dependencies ......
I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account. - `python3 -sBm...
(This is an RFE, not a bug report.) `pip install requests-gssapi` pulls in `gssapi`, and `gssapi` depends on several development libraries being available. On Fedora and RHEL, it requires `gcc`,...