/*
SSSD
IPA Identity Backend Module
Authors:
Jan Zeleny <jzeleny@redhat.com>
Copyright (C) 2011 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/>.
*/
#ifndef _IPA_ID_H_
#define _IPA_ID_H_
#include "providers/ldap/ldap_common.h"
#include "providers/ipa/ipa_common.h"
#include "providers/ipa/ipa_subdomains.h"
struct tevent_req *
struct ipa_id_ctx *id_ctx,
struct dp_id_data *data,
struct dp_req_params *params);
struct tevent_req *req,
struct dp_reply_std *data);
struct tevent_context *ev,
struct sss_domain_info *dom,
struct sdap_options *opts,
struct ipa_options *ipa_options,
struct sdap_handle *sh,
const char **attrs,
const char *filter,
int timeout);
struct sysdb_attrs ***reply);
struct tevent_context *ev,
struct ipa_id_ctx *ipa_ctx,
struct sdap_options *opts,
struct sss_domain_info *dom,
struct sysdb_attrs *override_attrs,
struct sdap_handle *sh,
int entry_type,
struct tevent_context *ev,
struct ipa_id_ctx *ipa_ctx,
struct sysdb_attrs *override_attrs,
struct dp_id_data *ar);
const char *domain_name,
struct dp_id_data **_ar);
const char *domain_name,
struct dp_id_data **_ar);
const char *user_name,
const char *domain_name,
struct dp_id_data **_ar);
struct tevent_context *ev,
struct sdap_id_ctx *sdap_id_ctx,
struct ipa_options *ipa_options,
const char *ipa_realm,
const char *view_name,
struct dp_id_data *ar);
struct sysdb_attrs **override_attrs);
struct tevent_context *ev,
struct ipa_id_ctx *ipa_ctx,
struct dp_id_data *ar);
char **_anchor_domain, char **_ipa_uuid);
struct sss_domain_info *dom,
struct dp_id_data *ar,
struct ldb_message **_msg);
struct tevent_req *
struct tevent_context *ev,
struct ipa_id_ctx *ipa_ctx,
struct sss_domain_info *user_dom,
struct ldb_message **groups,
const char *groups_id_attr);
struct tevent_context *ev,
struct sdap_handle *sh,
struct ipa_id_ctx *ipa_ctx,
struct sss_domain_info *dom,
struct ldb_message *user_msg);
struct tevent_req *
struct ipa_id_ctx *ipa_ctx,
const char *domain_name,
struct ldb_message_element *users);
#endif