Be clear about which LDAP config/backend is picked up
This commit is contained in:
@@ -30,4 +30,9 @@ import org.springframework.context.annotation.Primary;
|
||||
@Primary
|
||||
public class GenericLdapConfig extends LdapConfig {
|
||||
|
||||
@Override
|
||||
protected String getConfigName() {
|
||||
return "Generic LDAP";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user