File tree Expand file tree Collapse file tree 2 files changed +1
-23
lines changed
Expand file tree Collapse file tree 2 files changed +1
-23
lines changed Original file line number Diff line number Diff line change 4545 <property name =" port" value =" 18880" />
4646 </bean >
4747 </beans >
48-
49- <beans profile =" no-apacheds" >
50- <!-- Populates the LDAP server with initial data -->
51- <bean class =" org.springframework.ldap.test.LdifPopulator" >
52- <property name =" contextSource" ref =" contextSource" />
53- <property name =" resource" value =" classpath:/setup_data.ldif" />
54- <property name =" base" value =" ${sample.ldap.base}" />
55- <property name =" clean" value =" ${sample.ldap.clean}" />
56- <property name =" defaultBase" value =" dc=jayway,dc=se" />
57- </bean >
58- </beans >
5948</beans >
Original file line number Diff line number Diff line change 3939 This is for test and demo purposes only - EmbeddedLdapServerFactoryBean launches an in-process
4040 LDAP server.
4141 -->
42- <bean id =" embeddedLdapServer" class =" org.springframework.ldap.test.unboundid. EmbeddedLdapServerFactoryBean" >
42+ <bean id =" embeddedLdapServer" class =" org.springframework.ldap.test.EmbeddedLdapServerFactoryBean" >
4343 <property name =" partitionName" value =" jayway" />
4444 <property name =" partitionSuffix" value =" ${sample.ldap.base}" />
4545 <property name =" port" value =" 18880" />
4646 </bean >
4747 </beans >
4848
49- <beans profile =" no-apacheds" >
50- <!-- Populates the LDAP server with initial data -->
51- <bean class =" org.springframework.ldap.test.LdifPopulator" >
52- <property name =" contextSource" ref =" contextSource" />
53- <property name =" resource" value =" classpath:/setup_data.ldif" />
54- <property name =" base" value =" ${sample.ldap.base}" />
55- <property name =" clean" value =" ${sample.ldap.clean}" />
56- <property name =" defaultBase" value =" dc=jayway,dc=se" />
57- </bean >
58- </beans >
59-
6049</beans >
You can’t perform that action at this time.
0 commit comments