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