libcurl-env.md: drop LOGNAME, USER and NTLMUSER

They were used for NTLM-WB, which support was removed for back in 8.8.0

Closes #17713
This commit is contained in:
Daniel Stenberg 2025-06-23 00:25:00 +02:00
parent 85bf8b19ac
commit 2cdc02f49f
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -66,21 +66,12 @@ When the netrc feature is used (CURLOPT_NETRC(3)), this variable is
checked as the secondary way to find the "current" home directory (on Windows
only) in which the .netrc file is likely to exist.
## `LOGNAME`
Username to use when invoking the *ntlm-wb* tool, if *NTLMUSER* was
not set.
## `NO_PROXY`
This has the same functionality as the CURLOPT_NOPROXY(3) option: it
gives libcurl a comma-separated list of hostname patterns for which libcurl
should not use a proxy.
## `NTLMUSER`
Username to use when invoking the *ntlm-wb* tool.
## `SSLKEYLOGFILE`
When set and libcurl runs with an SSL backend that supports this feature,
@ -91,11 +82,6 @@ analyze/view the traffic.
These secrets and this file might be sensitive. Users are advised to take
precautions so that they are not stolen or otherwise inadvertently revealed.
## `USER`
Username to use when invoking the *ntlm-wb* tool, if *NTLMUSER* and *LOGNAME*
were not set.
# Debug Variables
Debug variables are intended for internal use and are documented in