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 45
45
<property name =" port" value =" 18880" />
46
46
</bean >
47
47
</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 >
59
48
</beans >
Original file line number Diff line number Diff line change 39
39
This is for test and demo purposes only - EmbeddedLdapServerFactoryBean launches an in-process
40
40
LDAP server.
41
41
-->
42
- <bean id =" embeddedLdapServer" class =" org.springframework.ldap.test.unboundid. EmbeddedLdapServerFactoryBean" >
42
+ <bean id =" embeddedLdapServer" class =" org.springframework.ldap.test.EmbeddedLdapServerFactoryBean" >
43
43
<property name =" partitionName" value =" jayway" />
44
44
<property name =" partitionSuffix" value =" ${sample.ldap.base}" />
45
45
<property name =" port" value =" 18880" />
46
46
</bean >
47
47
</beans >
48
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 >
59
-
60
49
</beans >
You can’t perform that action at this time.
0 commit comments