[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Regarding starttls (ITS#1639)



This should be fixed in HEAD, please test.

At 10:39 PM 2002-03-09, you wrote:
>Full_Name: Tsurng-Chen Chern
>Version: 2.1.0alpha
>OS: Solaris 5.8
>URL: ftp://ftp.openldap.org/incoming/
>Submission from: (NULL) (216.249.89.106)
>
>
>This patch will get starttls working again in OpenLDAP 2.1.0alpha.
>
>--- openldap-oci-2.1.0a/servers/slapd/starttls.c        Sat Mar  9 16:46:03
>2002
>+++ o210a/servers/slapd/starttls.c      Sat Mar  9 22:25:19 2002
>@@ -35,7 +35,7 @@
>        void *ctx;
>        int rc;
> 
>-       if ( reqdata != NULL ) {
>+       if ( reqdata->bv_val != NULL ) {
>                /* no request data should be provided */
>                *text = "no request data expected";
>                return LDAP_PROTOCOL_ERROR;