Re: [FreeRDP-devel] Android client can not enable GSSAPI

2019-12-05 Thread Armin Novak via FreeRDP-devel
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

Re: [FreeRDP-devel] Android client can not enable GSSAPI

2019-12-04 Thread Armin Novak via FreeRDP-devel
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