ifp_iface.c revision c6cf752337f5977ce3753b7113dc1a2342c86319
/*
Authors:
Pavel Březina <pbrezina@redhat.com>
Copyright (C) 2015 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 "sbus/sssd_dbus.h"
#include "responder/ifp/ifp_iface_generated.h"
#include "responder/ifp/ifp_domains.h"
#include "responder/ifp/ifp_components.h"
#include "responder/ifp/ifp_users.h"
#include "responder/ifp/ifp_groups.h"
{ &iface_ifp_meta, 0 },
/* components */
};
struct iface_ifp_components iface_ifp_components = {
{ &iface_ifp_components_meta, 0 },
/* FIXME: This should be part of Components.Backends interface, onece
* SSSD supports multiple interfaces per object path. */
};
struct iface_ifp_domains iface_ifp_domains = {
{ &iface_ifp_domains_meta, 0 },
};
struct iface_ifp_domains_domain iface_ifp_domains_domain = {
{ &iface_ifp_domains_domain_meta, 0 },
};
struct iface_ifp_users iface_ifp_users = {
{ &iface_ifp_users_meta, 0 },
};
struct iface_ifp_users_user iface_ifp_users_user = {
{ &iface_ifp_users_user_meta, 0 },
};
struct iface_ifp_groups iface_ifp_groups = {
{ &iface_ifp_groups_meta, 0 },
};
struct iface_ifp_groups_group iface_ifp_groups_group = {
{ &iface_ifp_groups_group_meta, 0 },
};
struct iface_ifp_cache iface_ifp_cache_user = {
{ &iface_ifp_cache_meta, 0 },
};
{ &iface_ifp_cache_object_meta, 0 },
};
struct iface_ifp_cache iface_ifp_cache_group = {
{ &iface_ifp_cache_meta, 0 },
};
{ &iface_ifp_cache_object_meta, 0 },
};
static struct sbus_iface_map iface_map[] = {
};
{
}