Switch to local url.

This commit is contained in:
Luke Taylor 2005-12-15 03:45:48 +00:00
parent 5ecb0d371d
commit 781ed0f380
1 changed files with 3 additions and 4 deletions

View File

@ -8,13 +8,12 @@ import junit.framework.TestCase;
*/ */
public abstract class AbstractLdapServerTestCase extends TestCase { public abstract class AbstractLdapServerTestCase extends TestCase {
protected static final String ROOT_DN = "dc=acegisecurity,dc=org"; protected static final String ROOT_DN = "dc=acegisecurity,dc=org";
protected static final String PROVIDER_URL = "ldap://monkeymachine:389/"+ROOT_DN; //protected static final String PROVIDER_URL = "ldap://monkeymachine:389/"+ROOT_DN;
//protected static final String PROVIDER_URL = "ldap://localhost:10389/" + ROOT_DN; protected static final String PROVIDER_URL = "ldap://localhost:10389/" + ROOT_DN;
protected static final String MANAGER_USER = "cn=manager," + ROOT_DN; protected static final String MANAGER_USER = "cn=manager," + ROOT_DN;
protected static final String MANAGER_PASSWORD = "acegisecurity"; protected static final String MANAGER_PASSWORD = "acegisecurity";
protected static final LdapTestServer server = new LdapTestServer();
// protected static final LdapTestServer server = new LdapTestServer();
protected AbstractLdapServerTestCase() { protected AbstractLdapServerTestCase() {
} }