mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-23 12:32:13 +00:00
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 {
|
||||
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://localhost:10389/" + 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 MANAGER_USER = "cn=manager," + ROOT_DN;
|
||||
protected static final String MANAGER_PASSWORD = "acegisecurity";
|
||||
|
||||
|
||||
// protected static final LdapTestServer server = new LdapTestServer();
|
||||
protected static final LdapTestServer server = new LdapTestServer();
|
||||
|
||||
protected AbstractLdapServerTestCase() {
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user