You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by mi...@apache.org on 2005/01/10 09:05:22 UTC

svn commit: r124776 - /apr/apr-util/trunk/include/apr_ldap_option.h

Author: minfrin
Date: Mon Jan 10 00:05:15 2005
New Revision: 124776

URL: http://svn.apache.org/viewcvs?view=rev&rev=124776
Log:
Clarify the murky status of SSL and STARTTLS support in OpenLDAP.

Modified:
   apr/apr-util/trunk/include/apr_ldap_option.h

Modified: apr/apr-util/trunk/include/apr_ldap_option.h
Url: http://svn.apache.org/viewcvs/apr/apr-util/trunk/include/apr_ldap_option.h?view=diff&rev=124776&p1=apr/apr-util/trunk/include/apr_ldap_option.h&r1=124775&p2=apr/apr-util/trunk/include/apr_ldap_option.h&r2=124776
==============================================================================
--- apr/apr-util/trunk/include/apr_ldap_option.h	(original)
+++ apr/apr-util/trunk/include/apr_ldap_option.h	Mon Jan 10 00:05:15 2005
@@ -128,12 +128,10 @@
  * ldapssl_install_routines() (check this).
  *
  * OpenLDAP:
- * Supports SSL and apparently supports STARTTLS
- * Currently it is not clear whether OpenLDAP can support SSL, apparently it
- * can.
- * Support for STARTTLS is also unconfirmed - ldap_start_tls_s() has been
- * deprecated, but no replacement method or function has been defined. Even the
- * OpenLDAP source code is uncommented and yields no clues...
+ * Supports SSL and supports STARTTLS, but none of this is documented:
+ * http://www.openldap.org/lists/openldap-software/200409/msg00618.html
+ * Documentation for both SSL support and STARTTLS has been deleted from
+ * the OpenLDAP documentation and website.
  */
 #define APR_LDAP_NONE 0
 #define APR_LDAP_SSL 1