[java-idp-testbed] branch master updated: Turns out enabling STARTTLS on the embedded LDAP works fine.

Scott Cantor cantor.2 at osu.edu
Fri Jan 6 18:48:08 EST 2017


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository java-idp-testbed.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-testbed.git;a=commit;h=d241287e76a5d35bebb4268d1bd2825088f73b90

The following commit(s) were added to refs/heads/master by this push:
       new  d241287   Turns out enabling STARTTLS on the embedded LDAP works fine.
d241287 is described below

commit d241287e76a5d35bebb4268d1bd2825088f73b90
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jan 6 18:48:05 2017 -0500

    Turns out enabling STARTTLS on the embedded LDAP works fine.
---
 src/main/resources/system/conf/testbed-ldap.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/system/conf/testbed-ldap.xml b/src/main/resources/system/conf/testbed-ldap.xml
index a4eb9d4..e8222ff 100644
--- a/src/main/resources/system/conf/testbed-ldap.xml
+++ b/src/main/resources/system/conf/testbed-ldap.xml
@@ -18,7 +18,7 @@
     <!-- The test ldif file /test/test-ldap.ldif is from idp-conf/src/test/resources -->
     <bean id="testbed.DirectoryService" class="net.shibboleth.idp.test.InMemoryDirectory" init-method="start" destroy-method="stop">
         <constructor-arg index="0" value="classpath:/test/test-ldap.ldif" />
-        <constructor-arg index="1" value="${test.ldap.port:10389}" type="int" />
+        <constructor-arg index="1" value="classpath:/test/test-ldap.keystore" />
     </bean>
 
 </beans>
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list