From b46411073d79ac8fb66cd93ca2520fdb25e0e7f3 Mon Sep 17 00:00:00 2001 From: Ulrik Sandberg Date: Sun, 7 Jan 2007 01:20:55 +0000 Subject: [PATCH] Changed to port 3900 (>1024) to enable non-root integration testing on UNIX. --- sandbox/src/itest/java/conf/apacheDsContext.xml | 2 +- sandbox/src/itest/java/conf/ldap.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sandbox/src/itest/java/conf/apacheDsContext.xml b/sandbox/src/itest/java/conf/apacheDsContext.xml index 28314722..1396161e 100644 --- a/sandbox/src/itest/java/conf/apacheDsContext.xml +++ b/sandbox/src/itest/java/conf/apacheDsContext.xml @@ -31,7 +31,7 @@ making it easier for the integration tests requiring OpenLDAP. --> - + diff --git a/sandbox/src/itest/java/conf/ldap.properties b/sandbox/src/itest/java/conf/ldap.properties index 74163056..c176bae6 100644 --- a/sandbox/src/itest/java/conf/ldap.properties +++ b/sandbox/src/itest/java/conf/ldap.properties @@ -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