dequbed / rsasl

The Rust SASL framework
MIT License
12 stars 6 forks source link

Enrich `gssapi::Error` with message from `libgssapi::error::Error` #39

Closed kezhuw closed 6 months ago

kezhuw commented 6 months ago
GSS-API error: Miscellaneous failure (see text) (Error from KDC: UNKNOWN_SERVER while looking up 'zookeeper2/10.0.0.129@0.0.129' (cached result, timeout in 1184 sec) (negative cache))

Comparing to simple GSS-API error.

dequbed commented 6 months ago

I like this, thank you.