[java-idp-testbed COMMIT] /trunk/src/main/resources/system/conf/testbed-ldap.xml
noreply at shibboleth.net
noreply at shibboleth.net
Wed Nov 12 01:13:57 EST 2014
Author: dfisher
Date: Wed Nov 12 01:13:57 2014
New Revision: 290
URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=290&view=rev
Log:
InMemoryDirectory API change in r6883.
Modified:
trunk/src/main/resources/system/conf/testbed-ldap.xml
Modified: trunk/src/main/resources/system/conf/testbed-ldap.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/resources/system/conf/testbed-ldap.xml?rev=290&r1=289&r2=290&view=diff
==============================================================================
--- trunk/src/main/resources/system/conf/testbed-ldap.xml (original)
+++ trunk/src/main/resources/system/conf/testbed-ldap.xml Wed Nov 12 01:13:57 2014
@@ -15,7 +15,8 @@
<!-- 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 value="classpath:/test/test-ldap.ldif" />
+ <constructor-arg index="0" value="classpath:/test/test-ldap.ldif" />
+ <constructor-arg index="1" value="classpath:/test/test-ldap.keystore" />
</bean>
</beans>
More information about the commits
mailing list