File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test-support/src/test/resources Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
10
10
<bean id =" contextSource" class =" org.springframework.ldap.core.support.LdapContextSource" depends-on =" embeddedLdapServer" >
11
11
<property name =" base" value =" dc=jayway,dc=se" />
12
- <property name =" url" value =" ldap://127.0.0.1:18880 " />
12
+ <property name =" url" value =" ldap://127.0.0.1:18881 " />
13
13
<property name =" userDn" value =" uid=admin,ou=system" />
14
14
<property name =" password" value =" secret" />
15
15
</bean >
25
25
<bean id =" embeddedLdapServer" class =" org.springframework.ldap.test.unboundid.EmbeddedLdapServerFactoryBean" >
26
26
<property name =" partitionName" value =" jayway" />
27
27
<property name =" partitionSuffix" value =" dc=jayway,dc=se" />
28
- <property name =" port" value =" 18880 " />
28
+ <property name =" port" value =" 18881 " />
29
29
</bean >
30
30
31
31
</beans >
You can’t perform that action at this time.
0 commit comments