Hi,

I tried to configure NLA authentication for proxy server side using SAM
file.
I changed the config.ini to support server NLA security

[Security]
ServerTlsSecurity = FALSE
ServerRdpSecurity = FALSE
ServerNlaSecurity = TRUE
ClientTlsSecurity = TRUE
ClientRdpSecurity = FALSE
ClientNlaSecurity = TRUE
ClientAllowFallbackToTls = TRUE

Also I added the following line in pf_server_initialize_peer_connection
method in line 502

freerdp_settings_set_string(settings, FreeRDP_NtlmSamFile, "SAM");

Actually, everything works but I saw the following memory leaks

https://gist.github.com/maordadush/d60dbe39de7062d30cb46392da354d05

Is NLA  not supported in freerdp proxy server?

Thanks!

_______________________________________________
FreeRDP-devel mailing list
FreeRDP-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel

Reply via email to