} else {
return null;
}
} catch (LdapException e) {
log.error("Error during ldap lookup. " + timer.getString(), e);
throw new ExternalIdentityException("Error during ldap lookup.", e);
} catch (CursorException e) {
log.error("Error during ldap lookup. " + timer.getString(), e);
throw new ExternalIdentityException("Error during ldap lookup.", e);
} finally {
disconnect(connection);
}
}