/*
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 errno_t
struct cache_req_data *data,
struct cache_req_result **_result)
{
const char *sid;
char *domname;
char *name;
return ret;
}
"name and odmain part. Skipping detection of "
return ENOENT;
}
return ret;
}
return ENOMEM;
}
return EOK;
}
static errno_t
struct cache_req_data *data,
struct sss_domain_info *domain)
{
const char *name;
return ERR_INTERNAL;
}
return ENOMEM;
}
goto done;
}
goto done;
}
goto done;
}
done:
return ret;
}
static const char *
struct cache_req_data *data,
struct sss_domain_info *domain)
{
}
static errno_t
struct sss_domain_info *domain,
struct cache_req_data *data)
{
}
return ret;
}
static errno_t
struct sss_domain_info *domain,
struct cache_req_data *data)
{
return ret;
}
return ret;
}
return EOK;
}
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)
{
}
.name = "Object by name",
.parse_name = true,
.ignore_default_domain = false,
.bypass_cache = false,
.only_one_result = true,
.search_all_domains = false,
.require_enumeration = false,
.allow_missing_fqn = false,
.allow_switch_to_upn = true,
.ncache_filter_fn = NULL,
};
struct tevent_req *
struct tevent_context *ev,
struct sss_nc_ctx *ncache,
const char *domain,
const char *name,
const char **attrs)
{
return NULL;
}
data);
}