Searched refs:sysdb_store_group (Results 1 - 12 of 12) sorted by relevance
/sssd-io/src/tests/cmocka/ |
H A D | test_ldap_id_cleanup.c | 221 ret = sysdb_store_group(test_ctx->domain, special_grp, 225 ret = sysdb_store_group(test_ctx->domain, empty_special_grp, 229 ret = sysdb_store_group(test_ctx->domain, grp, 233 ret = sysdb_store_group(test_ctx->domain, empty_grp,
|
H A D | test_sysdb_ts_cache.c | 376 ret = sysdb_store_group(test_ctx->tctx->dom, 396 ret = sysdb_store_group(test_ctx->tctx->dom, 411 ret = sysdb_store_group(test_ctx->tctx->dom, 432 ret = sysdb_store_group(test_ctx->tctx->dom, 468 ret = sysdb_store_group(test_ctx->tctx->dom, 484 ret = sysdb_store_group(test_ctx->tctx->dom, 528 ret = sysdb_store_group(test_ctx->tctx->dom, 612 ret = sysdb_store_group(test_ctx->tctx->dom, 626 ret = sysdb_store_group(test_ctx->tctx->dom, 707 ret = sysdb_store_group(test_ct [all...] |
H A D | test_nested_groups.c | 768 ret = sysdb_store_group(dom, fqdn, id, NULL, 1000, time(NULL)); 978 ret = sysdb_store_group(test_ctx->tctx->dom,
|
H A D | test_sysdb_views.c | 852 ret = sysdb_store_group(test_ctx->domain, gr_name,
|
H A D | test_responder_cache_req.c | 362 ret = sysdb_store_group(domain, fqname, group->gid, attrs, 1633 ret = sysdb_store_group(domain, fqname, 2000, NULL,
|
/sssd-io/src/providers/files/ |
H A D | files_ops.c | 656 ret = sysdb_store_group(id_ctx->domain, fqname, grp->gr_gid,
|
/sssd-io/src/providers/ldap/ |
H A D | sdap_async_groups.c | 366 ret = sysdb_store_group(domain, name, gid, group_attrs, 1007 ret = sysdb_store_group(group_dom, group_name, 0, group_attrs, 1010 DEBUG(SSSDBG_MINOR_FAILURE, "sysdb_store_group failed: [%d][%s].\n",
|
/sssd-io/src/db/ |
H A D | sysdb.h | 1069 int sysdb_store_group(struct sss_domain_info *domain,
|
H A D | sysdb_ops.c | 2900 int sysdb_store_group(struct sss_domain_info *domain, function
|
/sssd-io/src/providers/proxy/ |
H A D | proxy_id.c | 793 ret = sysdb_store_group(dom,
|
/sssd-io/src/tests/ |
H A D | sysdb-tests.c | 392 ret = sysdb_store_group(data->ctx->domain, 580 ret = sysdb_store_group(data->ctx->domain, 3820 ret = sysdb_store_group(test_ctx->domain, 3844 ret = sysdb_store_group(test_ctx->domain, 6202 ret = sysdb_store_group(subdomain, 6204 fail_unless(ret == EOK, "sysdb_store_group failed.");
|
/sssd-io/src/providers/ipa/ |
H A D | ipa_s2n_exop.c | 2626 ret = sysdb_store_group(dom, name, attrs->a.group.gr_gid, 2630 DEBUG(SSSDBG_OP_FAILURE, "sysdb_store_group failed.\n");
|
Completed in 86 milliseconds