The CURLOPT_KRBLEVEL description wasn't properly formatted and thus was

corrupted in ouputs. Another report from Anthony Bryan.
This commit is contained in:
Daniel Stenberg 2008-12-28 21:31:55 +00:00
parent 6d2ff9d2a7
commit 4f0a7170af

View File

@ -1623,9 +1623,9 @@ cache. Note that while nothing ever should get hurt by attempting to reuse SSL
session-IDs, there seem to be broken SSL implementations in the wild that may session-IDs, there seem to be broken SSL implementations in the wild that may
require you to disable this in order for you to succeed. (Added in 7.16.0) require you to disable this in order for you to succeed. (Added in 7.16.0)
.IP CURLOPT_KRBLEVEL .IP CURLOPT_KRBLEVEL
Pass a char * as parameter. Set the kerberos security level for FTP; this Pass a char * as parameter. Set the kerberos security level for FTP; this also
also enables kerberos awareness. This is a string, 'clear', 'safe', enables kerberos awareness. This is a string, \&'clear', \&'safe',
'confidential' or \&'private'. If the string is set but doesn't match one \&'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 of these, 'private' will be used. Set the string to NULL to disable kerberos
support for FTP. support for FTP.