Hi all,
I'm reading:
http://wiki.samba.org/index.php/Setup_LDAPS_on_a_DC
It says:
"To use TLS, Samba has to be compiled with ?--enable-gnutls?. To verify,
use the following command:
# smbd -b | grep "ENABLE_GNUTLS"
ENABLE_GNUTLS
"
I compiled samba-4.1.2 with --enable-gnutls, all went well without
compiling errors, but now:
./sbin/smbd -b | grep -i tls
HAVE_GNUTLS_GNUTLS_H
HAVE_GNUTLS_X509_H
HAVE_GNUTLS_DATUM
HAVE_GNUTLS_DATUM_T
HAVE_GNUTLS_GLOBAL_INIT
HAVE_GNUTLS_X509_CRT_SET_SUBJECT_KEY_ID
HAVE_GNUTLS_X509_CRT_SET_VERSION
HAVE_LIBGNUTLS
Could I suppose the label 'ENABLE_GNUTLS' does not longer show up and it
is replaced by 'HAVE_LIBGNUTLS'?
Thank you,
Francesco