/* Copyright (c) 2016-2018 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "ldap-connection-pool.h"
#include "ldap-private.h"
/* Max number of ldap-connections that can be created. For now this is
unlimited since we're assuming our callers aren't calling us with many
different settings. */
struct ldap_client {
};
{
if (ldap_conn_pool == NULL)
return -1;
}
return 0;
}
{
}
{
}
const struct ldap_search_input *input,
{
/* FIXME: we could support multiple concurrent LDAP connections to
the same host. */
}
const struct ldap_compare_input *input,
{
}
void ldap_clients_cleanup(void)
{
if (ldap_conn_pool != NULL &&
}