mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Fix typos
This commit is contained in:
parent
59bdc8158f
commit
7dfbcfa151
@ -569,9 +569,9 @@ one of
|
||||
.BR LDAP_OPT_X_SASL_CBINDING_NONE
|
||||
(the default),
|
||||
.BR LDAP_OPT_X_SASL_CBINDING_TLS_UNIQUE
|
||||
the "tls-unique" type from RCF 5929.
|
||||
the "tls-unique" type from RFC 5929.
|
||||
.BR LDAP_OPT_X_SASL_CBINDING_TLS_ENDPOINT
|
||||
the "tls-server-end-point" from RCF 5929, compatible with Windows.
|
||||
the "tls-server-end-point" from RFC 5929, compatible with Windows.
|
||||
.BR invalue
|
||||
must be
|
||||
.BR "const int *" ;
|
||||
|
@ -167,7 +167,7 @@ else
|
||||
fi
|
||||
|
||||
if test $WITH_TLS = no ; then
|
||||
echo "TLS support not available, skipping channe-binding test"
|
||||
echo "TLS support not available, skipping channel-binding test"
|
||||
elif test $HAVE_SASL_GSS_CBIND = no ; then
|
||||
echo "SASL has no channel-binding support in GSSAPI, test skipped"
|
||||
else
|
||||
@ -192,7 +192,7 @@ EOF
|
||||
|
||||
for icb in "none" "tls-unique" "tls-endpoint" ; do
|
||||
|
||||
# The gnutls implemantation of "tls-unique" seems broken
|
||||
# The gnutls implementation of "tls-unique" seems broken
|
||||
if test $icb = "tls-unique" -o $acb = "tls-unique" ; then
|
||||
if test $WITH_TLS_TYPE == gnutls ; then
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user