Closed ktdreyer closed 3 years ago
@lhh , FYI this removes the self._username code you added a while back. I think that's safe to remove since it's marked private with an underscore.
I'll plan to merge this Monday and tag a new release at that time.
I've tagged and pushed v1.24.0 with this change.
Remove the username discovery in connector.py. The
self._username
property is not easy to support with the switch from python-kerberos to python-gssapi.requests-kerberos is not well-maintained upstream and Fedora is dropping it entirely. requests-gssapi is an up-to-date replacement.
Fixes: #135