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