]> git.argeo.org Git - lgpl/argeo-commons.git/blob - META-INF/spring/ads.xml
Prepare next development cycle
[lgpl/argeo-commons.git] / META-INF / spring / ads.xml
1 <beans:beans xmlns="http://www.springframework.org/schema/security"
2 xmlns:beans="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
4 http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-2.0.4.xsd">
5
6 <ldap-server root="dc=demo,dc=argeo,dc=org" port="10389"
7 ldif="file:init.ldif" />
8
9 </beans:beans>