.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 *" ;
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
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