Switch to local url.
This commit is contained in:
parent
5ecb0d371d
commit
781ed0f380
|
@ -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() {
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue