|
|
@@ -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",
|