Skip to content

Commit 33d4d7d

Browse files
committed
Resolve port conflict
1 parent 0ed91f4 commit 33d4d7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test-support/src/test/resources/applicationContext-ldifPopulator.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<bean id="contextSource" class="org.springframework.ldap.core.support.LdapContextSource" depends-on="embeddedLdapServer">
1111
<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" />
1313
<property name="userDn" value="uid=admin,ou=system" />
1414
<property name="password" value="secret" />
1515
</bean>
@@ -25,7 +25,7 @@
2525
<bean id="embeddedLdapServer" class="org.springframework.ldap.test.unboundid.EmbeddedLdapServerFactoryBean">
2626
<property name="partitionName" value="jayway"/>
2727
<property name="partitionSuffix" value="dc=jayway,dc=se" />
28-
<property name="port" value="18880" />
28+
<property name="port" value="18881" />
2929
</bean>
3030

3131
</beans>

0 commit comments

Comments
 (0)