diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-07-01 22:03:47 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-07-01 22:03:47 +0000 |
commit | fcfffbe2f2382ad9249b532cca17fdcf3932373c (patch) | |
tree | 1c6cee00e969fa7b3a4b8470c9045e1566905a47 /docs/libcurl | |
parent | 54967d2a3ab5559631407f7b7f67ef48c2dda6dd (diff) |
mention the old name
Diffstat (limited to 'docs/libcurl')
-rw-r--r-- | docs/libcurl/curl_easy_setopt.3 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index cbbf411a0..a10a30245 100644 --- a/docs/libcurl/curl_easy_setopt.3 +++ b/docs/libcurl/curl_easy_setopt.3 @@ -1376,6 +1376,8 @@ also enables kerberos awareness. This is a string, 'clear', 'safe', 'confidential' or \&'private'. If the string is set but doesn't match one of these, 'private' will be used. Set the string to NULL to disable kerberos support for FTP. + +(This option was known as CURLOPT_KRB4LEVEL up to 7.16.3) .SH SSH OPTIONS .IP CURLOPT_SSH_AUTH_TYPES Pass a long set to a bitmask consisting of one or more of |