New try for CI machine: different LDAP port for every integration test.

This commit is contained in:
Mattias Hellborg Arthursson
2013-07-30 06:36:36 +02:00
parent 88574847c2
commit 4f47c70c3e
19 changed files with 26 additions and 26 deletions

View File

@@ -1,4 +1,4 @@
urls=ldap://127.0.0.1:1888
urls=ldap://127.0.0.1:18885
userDn=uid=admin,ou=system
password=secret
base=dc=jayway,dc=se

View File

@@ -12,7 +12,7 @@
<property name="principal" value="${userDn}" />
<property name="password" value="${password}" />
<property name="ldifFile" value="classpath:/setup_data.ldif" />
<property name="port" value="1888" />
<property name="port" value="18885" />
</bean>
<bean id="ldapTemplate"