ifp_groups.c revision 132e477d69e07e02fe6e4d668c0bb6226206474a
/*
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 <talloc.h>
#include <tevent.h>
#include "sbus/sssd_dbus_errors.h"
#include "responder/common/responder.h"
#include "responder/common/responder_cache_req.h"
#include "responder/ifp/ifp_groups.h"
struct sss_domain_info *domain,
struct ldb_message *msg)
{
const char *gid;
return NULL;
}
}
void *data,
const char *name)
{
struct tevent_req *req;
return ERR_INTERNAL;
}
return ENOMEM;
}
return EOK;
}
static void
{
struct sbus_request *sbus_req;
struct sss_domain_info *domain;
struct ldb_result *result;
char *object_path;
"Group not found");
goto done;
goto done;
}
if (object_path == NULL) {
"Failed to compose object path");
goto done;
}
done:
return;
}
return;
}
void *data,
{
struct tevent_req *req;
return ERR_INTERNAL;
}
return ENOMEM;
}
return EOK;
}
static void
{
struct sbus_request *sbus_req;
struct sss_domain_info *domain;
struct ldb_result *result;
char *object_path;
"Group not found");
goto done;
goto done;
}
if (object_path == NULL) {
"Failed to compose object path");
goto done;
}
done:
return;
}
return;
}
void *data,
const char *filter,
{
return EOK;
}
void *data,
const char *domain,
const char *filter,
{
return EOK;
}