/*
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 */
};
{ &iface_ifp_components_meta, 0 },
/* FIXME: This should be part of Components.Backends interface, onece
* SSSD supports multiple interfaces per object path. */
};
{ &iface_ifp_domains_meta, 0 },
};
{ &iface_ifp_domains_domain_meta, 0 },
};
{ &iface_ifp_users_meta, 0 },
};
{ &iface_ifp_users_user_meta, 0 },
};
{ &iface_ifp_groups_meta, 0 },
};
{ &iface_ifp_groups_group_meta, 0 },
};
{ &iface_ifp_cache_meta, 0 },
};
{ &iface_ifp_cache_object_meta, 0 },
};
{ &iface_ifp_cache_meta, 0 },
};
{ &iface_ifp_cache_object_meta, 0 },
};
};
{
}