[java-idp-testbed COMMIT] in /trunk/src: main/config/system/conf/global-system.xml main/java/common/InMemoryDirectory...
noreply at shibboleth.net
noreply at shibboleth.net
Thu Dec 5 23:15:12 EST 2013
Author: dfisher
Date: Thu Dec 5 23:15:12 2013
New Revision: 66
URL: http://svn.shibboleth.net/view/java-idp-testbed?rev=66&view=rev
Log:
Add an UnboundID in-memory directory on startup.
Added:
trunk/src/main/java/common/InMemoryDirectory.java
trunk/src/test/config/ldap.ldif
Modified:
trunk/src/main/config/system/conf/global-system.xml
Modified: trunk/src/main/config/system/conf/global-system.xml
URL: http://svn.shibboleth.net/view/java-idp-testbed/trunk/src/main/config/system/conf/global-system.xml?rev=66&r1=65&r2=66&view=diff
==============================================================================
--- trunk/src/main/config/system/conf/global-system.xml (original)
+++ trunk/src/main/config/system/conf/global-system.xml Thu Dec 5 23:15:12 2013
@@ -144,5 +144,9 @@
</bean>
<bean id="shibboleth.AttributeResolver" factory-bean="shibboleth.AttributeResolverService" factory-method="getAttributeResolver" />
-
-</beans>
+
+ <bean id="shibboleth.DirectoryService" class="common.InMemoryDirectory" init-method="start" destroy-method="stop">
+ <constructor-arg><value>src/test/config/ldap.ldif</value></constructor-arg>
+ </bean>
+
+ </beans>
More information about the commits
mailing list