]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
libcurl-env.md: drop LOGNAME, USER and NTLMUSER
authorDaniel Stenberg <daniel@haxx.se>
Sun, 22 Jun 2025 22:25:00 +0000 (00:25 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 23 Jun 2025 06:21:05 +0000 (08:21 +0200)
They were used for NTLM-WB, which support was removed for back in 8.8.0

Closes #17713

docs/libcurl/libcurl-env.md

index 03a6628b6b8c01e55608e08b7f58ecee0f471acc..3b9a83861fdd50ef06ed9c32e241add8869969b2 100644 (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