/*
SSSD
Data Provider Responder client - DP calls responder interface
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 "config.h"
#include <talloc.h>
#include <tevent.h>
#include "sbus/sssd_dbus.h"
#include "providers/data_provider.h"
#include "providers/data_provider/dp_private.h"
#include "responder/common/iface/responder_iface.h"
#include "responder/nss/nss_iface.h"
/* List of DP clients that deal with users or groups */
/* FIXME - it would be much cleaner to implement sbus signals
* and let the responder subscribe to these messages rather than
* keep a list here..
*/
};
struct DBusMessage *msg)
{
int i;
}
}
}
struct DBusMessage *msg,
enum dp_clients *clients)
{
int i;
for (i = 0; clients[i] != DP_CLIENT_SENTINEL; i++) {
}
}
}
struct sss_domain_info *dom,
enum sss_domain_state state)
{
switch (state) {
case DOM_ACTIVE:
break;
case DOM_INCONSISTENT:
break;
default:
/* No other methods provided at the moment */
return;
}
return;
}
return;
}
struct sss_domain_info *dom)
{
}
struct sss_domain_info *dom)
{
}
struct sss_domain_info *dom,
const char *method)
{
return;
}
return;
}
struct sss_domain_info *dom)
{
}
struct sss_domain_info *dom)
{
}
const char *method)
{
return;
}
return;
}
{
return dp_sbus_reset_memcache(provider,
}
{
return dp_sbus_reset_memcache(provider,
}
{
return dp_sbus_reset_memcache(provider,
}
{
return;
}
return;
}
return;
}
if (!dbret) {
return;
}
gid);
return;
}