Le dimanche 22 février 2009 19:36:31, Quanah Gibson-Mount a écrit :
There seems to be a big change between OpenLDAP 2.4.13 and OpenLDAP 2.4.14 in the way configure script chooses OpenSSL or gnutls.
They used to be only on file in OpenLDAP 2.4.13 and lower handeling tls support : tls.c in librairies/libldap directory.
In OpenLDAP 2.4.14 we now have : tls2.c, tls_o.c, tls_g.c and tls_m.c I guess tls_g.c should be used when specifying --with-tls=gnutls, tls_o.c should be used when specifying --with-tls=openssl tls_m.c referes to Mozilla (note sure what option trigeres this one).
tls2.c is used when ?
I believe that configure doesn't care about my --with-tls=openssl option.
Can anyone explain to me why ?
Thanks in advance,
Adrien