From e176e7cb8eb348adf993d2ccca38e8795f451005 Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Wed, 12 Feb 2020 16:58:43 -0600 Subject: [PATCH] Update ldap.properties --- conf/ldap.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/ldap.properties b/conf/ldap.properties index d89412a..74d4b77 100644 --- a/conf/ldap.properties +++ b/conf/ldap.properties @@ -6,7 +6,8 @@ ## Connection properties ## idp.authn.LDAP.ldapURL=ldap://localhost:10389 -#idp.authn.LDAP.useStartTLS = true +#set below to true if your LDAP server is configured for it +idp.authn.LDAP.useStartTLS = false #idp.authn.LDAP.useSSL = false # Time in milliseconds that connects will block #idp.authn.LDAP.connectTimeout = PT3S