From 6e80a0ed2b86d397eb585a74a79bd6419b8cd6c3 Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Mon, 13 Feb 2017 13:16:07 -0600 Subject: [PATCH] use testbed LDAP as LDAP URL so that IdPs will start --- conf/ldap.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/ldap.properties b/conf/ldap.properties index e045c8e..660c47b 100644 --- a/conf/ldap.properties +++ b/conf/ldap.properties @@ -5,7 +5,7 @@ #idp.authn.LDAP.authenticator = anonSearchAuthenticator ## Connection properties ## -idp.authn.LDAP.ldapURL = ldap://localhost:10389 +idp.authn.LDAP.ldapURL = ldap://ldap.testbed.tier.internet2.edu idp.authn.LDAP.useStartTLS = false idp.authn.LDAP.useSSL = false # Time in milliseconds that connects will block