effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher/*
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher SSSD
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher Authors:
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher Stephen Gallagher <sgallagh@redhat.com>
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher Copyright (C) 2012 Red Hat
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher This program is free software; you can redistribute it and/or modify
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher it under the terms of the GNU General Public License as published by
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher the Free Software Foundation; either version 3 of the License, or
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher (at your option) any later version.
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher This program is distributed in the hope that it will be useful,
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher but WITHOUT ANY WARRANTY; without even the implied warranty of
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher GNU General Public License for more details.
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher You should have received a copy of the GNU General Public License
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher along with this program. If not, see <http://www.gnu.org/licenses/>.
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher*/
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher#ifndef AD_OPTS_H_
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher#define AD_OPTS_H_
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher#include "src/providers/data_provider.h"
b1559c6498e791aa870f6e01948d1ad0f1af32e7Jakub Hrozek#include "providers/ldap/ldap_common.h"
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher
9e6f8d1c66b4b3543bab67d807bd26f1d6256c75Pavel Březinaextern struct dp_option ad_basic_opts[];
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher
9e6f8d1c66b4b3543bab67d807bd26f1d6256c75Pavel Březinaextern struct dp_option ad_def_ldap_opts[];
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher
9e6f8d1c66b4b3543bab67d807bd26f1d6256c75Pavel Březinaextern struct dp_option ad_def_krb5_opts[];
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher
9e6f8d1c66b4b3543bab67d807bd26f1d6256c75Pavel Březinaextern struct sdap_attr_map ad_2008r2_attr_map[];
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher
9e6f8d1c66b4b3543bab67d807bd26f1d6256c75Pavel Březinaextern struct sdap_attr_map ad_2008r2_user_map[];
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher
9e6f8d1c66b4b3543bab67d807bd26f1d6256c75Pavel Březinaextern struct sdap_attr_map ad_2008r2_group_map[];
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher
9e6f8d1c66b4b3543bab67d807bd26f1d6256c75Pavel Březinaextern struct sdap_attr_map ad_netgroup_map[];
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher
9e6f8d1c66b4b3543bab67d807bd26f1d6256c75Pavel Březinaextern struct sdap_attr_map ad_service_map[];
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher
9e6f8d1c66b4b3543bab67d807bd26f1d6256c75Pavel Březinaextern struct sdap_attr_map ad_autofs_mobject_map[];
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher
9e6f8d1c66b4b3543bab67d807bd26f1d6256c75Pavel Březinaextern struct sdap_attr_map ad_autofs_entry_map[];
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher
9e6f8d1c66b4b3543bab67d807bd26f1d6256c75Pavel Březinaextern struct dp_option ad_dyndns_opts[];
74e95cfd9d3939dfe9417d79d2f6fc79b361405fJakub Hrozek
effcbdb12c7ef892f1fd92a745cb33a08ca4ba30Stephen Gallagher#endif /* AD_OPTS_H_ */