/*
Authors:
Pavel Březina <pbrezina@redhat.com>
Copyright (C) 2016 Red Hat
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <talloc.h>
#include <ldb.h>
#include "providers/data_provider.h"
#include "responder/common/cache_req/cache_req_plugin.h"
static const char *
struct cache_req_data *data,
struct sss_domain_info *domain)
{
}
static errno_t
struct cache_req_data *data,
struct sss_domain_info *domain,
struct ldb_result **_result)
{
}
static struct tevent_req *
struct cache_req_data *data,
struct sss_domain_info *domain,
struct ldb_result *result)
{
}
static errno_t
struct sss_domain_info *domain,
const char *name)
{
}
.name = "Enumerate users",
.parse_name = false,
.ignore_default_domain = false,
.bypass_cache = true,
.only_one_result = false,
.search_all_domains = true,
.require_enumeration = true,
.allow_missing_fqn = true,
.allow_switch_to_upn = false,
.is_well_known_fn = NULL,
.ncache_check_fn = NULL,
.ncache_add_fn = NULL,
};
struct tevent_req *
struct tevent_context *ev,
struct sss_nc_ctx *ncache,
const char *domain)
{
return NULL;
}
data);
}