new DefaultLdapConnector(ldapServer.getId(), this.ldapUserManager, this.ldapGroupManager,
this.getLdapContextFactory(ldapServer, true),
this.getLdapAuthConfiguration(ldapServer));
}
this.ldapConnectors.add(new FailoverLdapConnector(
originalLdapConnector,
backupLdapConnector,
ldapServer.getConnectionInfo().getConnectionRetryDelay()));
}