Changed all embedded LDAP server ports to 1888, since it appears CI tests might be helped by this.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user