Hi,
as this is a C project you will most likely need mit or heimdal kerberos.
There is already a rudimentary implementation in winpr, but it is very
buggy and needs thorough testing (and fixing).
When compiled against windows SSPI the kerberos support is working, so
all that is needed is a p
Well,
you need to compile a gssapi library and make the includes/libraries
available to CMake. (CMAKE_PREFIX_PATH et al)
(you also might need to fix a few bugs in the detection script along the
way)
Anyway, have you seen https://github.com/FreeRDP/FreeRDP/issues/5746 ?
I think your endea