Searched refs:uuid (Results 1 - 8 of 8) sorted by relevance

/sssd/src/providers/ipa/
H A Dipa_id.h84 errno_t get_dp_id_data_for_uuid(TALLOC_CTX *mem_ctx, const char *uuid,
H A Dipa_views.c246 errno_t get_dp_id_data_for_uuid(TALLOC_CTX *mem_ctx, const char *uuid, argument
250 return get_dp_id_data_for_xyz(mem_ctx, uuid, domain_name, BE_REQ_BY_UUID,
H A Dipa_id.c302 * of groups includes "uuid=*"
731 const char *uuid; local
792 uuid = ldb_msg_find_attr_as_string(state->obj_msg, SYSDB_UUID, NULL);
793 if (uuid == NULL) {
799 ret = get_dp_id_data_for_uuid(state, uuid, state->domain->name,
/sssd/src/tests/cmocka/
H A Dtest_sysdb_views.c352 char *uuid; local
356 ret = split_ipa_anchor(test_ctx, NULL, &dom, &uuid);
359 ret = split_ipa_anchor(test_ctx, "fwfkwjfkw", &dom, &uuid);
362 ret = split_ipa_anchor(test_ctx, ":IPA:", &dom, &uuid);
365 ret = split_ipa_anchor(test_ctx, ":IPA:abc", &dom, &uuid);
368 ret = split_ipa_anchor(test_ctx, ":IPA:abc:", &dom, &uuid);
371 ret = split_ipa_anchor(test_ctx, ":IPA:abc:def", &dom, &uuid);
374 assert_string_equal(uuid, "def");
/sssd/src/db/
H A Dsysdb.h933 const char *uuid,
H A Dsysdb_ops.c2202 const char *uuid,
2256 if (uuid) {
2257 ret = sysdb_attrs_add_string(attrs, SYSDB_UUID, uuid);
2197 sysdb_add_incomplete_group(struct sss_domain_info *domain, const char *name, gid_t gid, const char *original_dn, const char *sid_str, const char *uuid, bool posix, time_t now) argument
/sssd/src/providers/ldap/
H A Dsdap_async_initgroups.c44 const char *uuid = NULL; local
204 &uuid);
208 uuid = NULL;
226 uuid, posix, now);
/sssd/src/tests/
H A Dsysdb-tests.c5339 const char *uuid; local
5349 uuid = "11111111-2222-3333-4444-555555555555";
5351 ret = sysdb_attrs_add_string(data->attrs, SYSDB_UUID, uuid);
5367 uuid, NULL, &res);

Completed in 803 milliseconds