pythongssapi / requests-gssapi

An authentication handler for using GSSAPI with Python Requests. Drop-in replacement for old requests-kerberos.
Other
32 stars 21 forks source link

Use USER_NAME instead of HOSTBASED_SERVICE for user principals #28

Closed frozencemetery closed 4 years ago

frozencemetery commented 4 years ago

Probably this was me making an assumption based on seeing "name" in the start of a connection and assuming it was the server name. Bad naming - there's "name" and "target_name" around.