Changed to port 3900 (>1024) to enable non-root integration testing on UNIX.
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
making it easier for the integration tests requiring OpenLDAP.
|
||||
-->
|
||||
<bean id="configuration" class="org.apache.directory.server.configuration.MutableServerStartupConfiguration">
|
||||
<property name="ldapPort" value="390" />
|
||||
<property name="ldapPort" value="3900" />
|
||||
<property name="contextPartitionConfigurations">
|
||||
<set>
|
||||
<ref bean="jaywayPartitionConfiguration"/>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
urls=ldap://127.0.0.1:390
|
||||
urls=ldap://127.0.0.1:3900
|
||||
userName=uid=admin,ou=system
|
||||
password=secret
|
||||
base=dc=jayway,dc=se
|
||||
|
||||
Reference in New Issue
Block a user