thobbs/pure-sasl

Warn that the kerberos Python package is not installed if auth_mechanism is GSSAPI

Closed this issue · 0 comments

Using the GSSAPI mechanism when the kerberos package is not installed results in:

puresasl.SASLError: None of the mechanisms listed meet all required properties

It took me a long time to figure out that I was simply missing the kerberos package.