Changed all embedded LDAP server ports to 1888, since it appears CI tests might be helped by this.

This commit is contained in:
Mattias Hellborg Arthursson
2013-07-30 06:13:30 +02:00
parent cbd11f6868
commit 88574847c2
28 changed files with 110 additions and 110 deletions

View File

@@ -1,4 +1,4 @@
urls=ldap://127.0.0.1:3900
urls=ldap://127.0.0.1:1888
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="3900" />
<property name="port" value="1888" />
</bean>
<bean id="ldapTemplate"