ipa_sudo.c revision a3c8390d19593b1e5277d95bfb4ab206d4785150
/*
SSSD
IPA Provider Initialization functions
Authors:
Lukas Slebodnik <lslebodn@redhat.com>
Copyright (C) 2013 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 "providers/ipa/ipa_common.h"
#include "providers/ldap/sdap_sudo.h"
struct ipa_id_ctx *id_ctx,
void **pvt_data)
{
int ret;
struct ipa_options *ipa_options;
struct sdap_options *ldap_options;
/*
* SDAP_SUDO_SEARCH_BASE has already been initialized in
* function ipa_get_id_options
*/
return ret;
}
return EOK;
}