mirror of https://github.com/FreeRDP/FreeRDP
[docs] update README
* fix typos * update JSON options and support
This commit is contained in:
parent
f7db004a74
commit
343cf3310d
|
@ -19,7 +19,7 @@ optionally there are some algorithms that can be shipped with FreeRDP itself if
|
||||||
* -DWITH_INTERNAL_MD5=ON
|
* -DWITH_INTERNAL_MD5=ON
|
||||||
* -DWITH_INTERNAL_RC4=ON
|
* -DWITH_INTERNAL_RC4=ON
|
||||||
|
|
||||||
2. Kerberos (optional, disable with -DWITH_RB5=OFF)
|
2. Kerberos (optional, disable with -DWITH_KRB5=OFF)
|
||||||
|
|
||||||
Authentication to many services requires kerberos (especially if smartcards are in use)
|
Authentication to many services requires kerberos (especially if smartcards are in use)
|
||||||
|
|
||||||
|
@ -28,13 +28,14 @@ We support:
|
||||||
* MIT
|
* MIT
|
||||||
* Heimdal
|
* Heimdal
|
||||||
|
|
||||||
3. JSON (optional, disable with -DWITH_AAD=OFF)
|
3. JSON (optional, disable with -DWITH_JSON_DISABLED=ON)
|
||||||
|
|
||||||
Azure logon requires HTTP/JSON messages to be parsed.
|
Azure logon requires HTTP/JSON messages to be parsed.
|
||||||
|
|
||||||
We support:
|
We support:
|
||||||
|
|
||||||
* cJSON
|
* cJSON
|
||||||
|
* json-c
|
||||||
|
|
||||||
4. H264
|
4. H264
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue