1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

KNOWN_BUGS: configure --with-gssapi with Heimdal is ignored on macOS

Closes #3841
This commit is contained in:
Daniel Stenberg 2020-03-05 14:27:14 +01:00
parent 52d302ed64
commit beea6f8bed
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -57,6 +57,7 @@ problems may have been fixed or changed somewhat since this was written!
5.8 configure finding libs in wrong directory
5.9 Utilize Requires.private directives in libcurl.pc
5.10 IDN tests failing on Windows / MSYS2
5.11 configure --with-gssapi with Heimdal is ignored on macOS
6. Authentication
6.1 NTLM authentication and unicode
@ -437,6 +438,12 @@ problems may have been fixed or changed somewhat since this was written!
https://github.com/curl/curl/issues/3747
5.11 configure --with-gssapi with Heimdal is ignored on macOS
... unless you also pass --with-gssapi-libs
https://github.com/curl/curl/issues/3841
6. Authentication
6.1 NTLM authentication and unicode