Эх сурвалжийг харах

Revert "Enable LDAP TLS in Hue configs is not working as expected (#2864)" (#2939)

This reverts commit 802811941dabd015a4fd7a640d349f9d26ac5572.
Sreenath Somarajapuram 3 жил өмнө
parent
commit
482fe0e560

+ 2 - 2
desktop/core/src/desktop/conf.py

@@ -1288,7 +1288,7 @@ LDAP = ConfigSection(
                            default=None,
                            help=_("The LDAP URL to connect to.")),
           USE_START_TLS=Config("use_start_tls",
-                               default=False,
+                               default=True,
                                type=coerce_bool,
                                help=_("Use StartTLS when communicating with LDAP server.")),
           LDAP_CERT=Config("ldap_cert",
@@ -1385,7 +1385,7 @@ LDAP = ConfigSection(
                      default=None,
                      help=_("The LDAP URL to connect to.")),
     USE_START_TLS=Config("use_start_tls",
-                         default=False,
+                         default=True,
                          type=coerce_bool,
                          help=_("Use StartTLS when communicating with LDAP server.")),
     LDAP_CERT=Config("ldap_cert",