[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/conf/ldap.properties
noreply at shibboleth.net
noreply at shibboleth.net
Sat Nov 8 05:59:31 EST 2014
Author: rdw
Date: Sat Nov 8 05:59:30 2014
New Revision: 6863
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6863&view=rev
Log:
As discussed enable useTls for LDAP
Modified:
trunk/idp-conf/src/main/resources/conf/ldap.properties
Modified: trunk/idp-conf/src/main/resources/conf/ldap.properties
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/ldap.properties?rev=6863&r1=6862&r2=6863&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/ldap.properties (original)
+++ trunk/idp-conf/src/main/resources/conf/ldap.properties Sat Nov 8 05:59:30 2014
@@ -5,7 +5,7 @@
## Connection properties ##
idp.authn.LDAP.ldapURL = ldap://localhost:10389
-idp.authn.LDAP.useStartTLS = false
+idp.authn.LDAP.useStartTLS = true
idp.authn.LDAP.useSSL = false
idp.authn.LDAP.connectTimeout = 3000
More information about the commits
mailing list