blackbox/test_net_ads_search_server: also test ldaps/starttls
[samba.git] / wscript
diff --git a/wscript b/wscript
index 57545c6a57195e15235d087b222a9cbf8f72c6b4..c833764e8fe97dcea50438603b774817379eba3e 100644 (file)
--- a/wscript
+++ b/wscript
@@ -291,7 +291,7 @@ def configure(conf):
             # SASL wrapping hooks
             if conf.CONFIG_SET('HAVE_BER_SOCKBUF_ADD_IO') and \
                     conf.CONFIG_SET('HAVE_LDAP_OPT_SOCKBUF'):
-                conf.DEFINE('HAVE_LDAP_SASL_WRAPPING', '1')
+                conf.DEFINE('HAVE_LDAP_TRANSPORT_WRAPPING', 1)
             conf.env.ENABLE_LDAP_BACKEND = True
         else:
             conf.fatal("LDAP support not found. "