1 package com.atlassian.user.impl.ldap;
2
3 public class TestLdapAuthenticatorWithDynamicNestedRepository extends AbstractTestLdapAuthenticator
4 {
5 protected String getLdapConfigLocation()
6 {
7 return "com/atlassian/user/impl/ldap/dynamic/nested/ldapTestDynamicNestedContext.xml";
8 }
9 }