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