620033ce66f4827be9d508c77483fab0270d9869Jakub Hrozek IPA Provider Initialization functions
620033ce66f4827be9d508c77483fab0270d9869Jakub Hrozek Simo Sorce <ssorce@redhat.com>
620033ce66f4827be9d508c77483fab0270d9869Jakub Hrozek Copyright (C) 2009 Red Hat
620033ce66f4827be9d508c77483fab0270d9869Jakub Hrozek This program is free software; you can redistribute it and/or modify
620033ce66f4827be9d508c77483fab0270d9869Jakub Hrozek it under the terms of the GNU General Public License as published by
620033ce66f4827be9d508c77483fab0270d9869Jakub Hrozek the Free Software Foundation; either version 3 of the License, or
620033ce66f4827be9d508c77483fab0270d9869Jakub Hrozek (at your option) any later version.
620033ce66f4827be9d508c77483fab0270d9869Jakub Hrozek This program is distributed in the hope that it will be useful,
620033ce66f4827be9d508c77483fab0270d9869Jakub Hrozek but WITHOUT ANY WARRANTY; without even the implied warranty of
620033ce66f4827be9d508c77483fab0270d9869Jakub Hrozek MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
620033ce66f4827be9d508c77483fab0270d9869Jakub Hrozek GNU General Public License for more details.
620033ce66f4827be9d508c77483fab0270d9869Jakub Hrozek You should have received a copy of the GNU General Public License
620033ce66f4827be9d508c77483fab0270d9869Jakub Hrozek along with this program. If not, see <http://www.gnu.org/licenses/>.
dea636af4d1902a081ee891f1b19ee2f8729d759Pavel Březina DEBUG(SSSDBG_TRACE_INTERNAL, "Initializing autofs IPA back end\n");
620033ce66f4827be9d508c77483fab0270d9869Jakub Hrozek ret = ipa_get_autofs_options(id_ctx->ipa_options, be_ctx->cdb,
620033ce66f4827be9d508c77483fab0270d9869Jakub Hrozek be_ctx->conf_path, &id_ctx->sdap_id_ctx->opts);
a3c8390d19593b1e5277d95bfb4ab206d4785150Nikolai Kondrashov DEBUG(SSSDBG_CRIT_FAILURE, "Cannot get IPA autofs options\n");
dea636af4d1902a081ee891f1b19ee2f8729d759Pavel Březina sdap_autofs_handler_send, sdap_autofs_handler_recv, id_ctx->sdap_id_ctx,
dea636af4d1902a081ee891f1b19ee2f8729d759Pavel Březina struct sdap_id_ctx, struct dp_autofs_data, struct dp_reply_std);