From eacbc71ba1a5c23a42430d5ee4527900c9aa6d00 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Sun, 23 Sep 2007 20:57:01 +0000 Subject: [PATCH] Switch ldap server port to 3999 (intermittent test failures occurring). --- .../org/springframework/security/ldap/apacheDsContext.xml | 2 +- .../org/springframework/security/ldap/ldapserver.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/src/test/resources/org/springframework/security/ldap/apacheDsContext.xml b/core/src/test/resources/org/springframework/security/ldap/apacheDsContext.xml index 6d5a3de4f6..4f3e40a0b5 100644 --- a/core/src/test/resources/org/springframework/security/ldap/apacheDsContext.xml +++ b/core/src/test/resources/org/springframework/security/ldap/apacheDsContext.xml @@ -31,7 +31,7 @@ making it easier for the integration tests requiring OpenLDAP. --> - + diff --git a/core/src/test/resources/org/springframework/security/ldap/ldapserver.properties b/core/src/test/resources/org/springframework/security/ldap/ldapserver.properties index 3caa9683b2..ad3658b615 100644 --- a/core/src/test/resources/org/springframework/security/ldap/ldapserver.properties +++ b/core/src/test/resources/org/springframework/security/ldap/ldapserver.properties @@ -1,5 +1,5 @@ -urls=ldap://127.0.0.1:3900 +urls=ldap://127.0.0.1:3999 userDn=uid=admin,ou=system password=secret base=dc=acegisecurity,dc=org -fullUrl=ldap://127.0.0.1:3900/dc=acegisecurity,dc=org \ No newline at end of file +fullUrl=ldap://127.0.0.1:3999/dc=acegisecurity,dc=org \ No newline at end of file