px icon indicating copy to clipboard operation
px copied to clipboard

Add GSSAPI to authentication info check

Open jl-sitnrw opened this issue 1 year ago • 0 comments

Fixes #208

On Linux SSPI is not available, but GSSAPI is. Kerberos still works on linux, the easiest way to gain a TGT is using kinit username@DOMAIN if dns is configured probably.

libcurl needs to be compiled with Feature GSS-API, but on most distributions, it is by default.

jl-sitnrw avatar Feb 15 '24 09:02 jl-sitnrw