Changes between Initial Version and Version 1 of Ticket #5912, comment 32


Ignore:
Timestamp:
05/09/2026 05:08:40 AM (4 days ago)
Author:
Bruce Dubbs

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5912, comment 32

    initial v1  
    11Replying to [comment:15 Xi Ruoyao]:
    2 > openldap needs at least (I only tried a lib-only build) `sed -e 's/cn->length/ASN1_STRING_length(cn)/g' -e 's/cn->data/ASN1_STRING_get0_data(cn)/g' -i libraries/libldap/tls_o.c` (not submitted upstream yet).
     2> openldap needs at least (I only tried a lib-only build)
     3{{{
     4sed -e 's/cn->length/ASN1_STRING_length(cn)/g'
     5    -e 's/cn->data/ASN1_STRING_get0_data(cn)/g'
     6    -i libraries/libldap/tls_o.c
     7}}}
     8 (not submitted upstream yet).
    39
    410Following up real quick, this patch is sufficient for the server side and the tests still fail at the exact same spot as well, so we should be good on this!