Searched defs:anchor (Results 1 - 6 of 6) sorted by relevance
| /sssd/src/providers/ipa/ |
| H A D | ipa_utils.c | 30 errno_t split_ipa_anchor(TALLOC_CTX *mem_ctx, const char *anchor, argument 35 if (anchor == NULL) { 38 if (strncmp(OVERRIDE_ANCHOR_IPA_PREFIX, anchor, 40 DEBUG(SSSDBG_CRIT_FAILURE, "No IPA anchor [%s].\n", anchor); 44 sep = strchr(anchor + OVERRIDE_ANCHOR_IPA_PREFIX_LEN, ':'); 46 DEBUG(SSSDBG_CRIT_FAILURE, "Broken IPA anchor [%s].\n", anchor); 51 anchor + OVERRIDE_ANCHOR_IPA_PREFIX_LEN, 52 sep - anchor [all...] |
| H A D | ipa_id.c | 627 const char *anchor = NULL; local 642 &anchor); 648 ret = split_ipa_anchor(state, anchor, &anchor_domain, &ipa_uuid); 651 "Unsupported override anchor [%s].\n", anchor);
|
| H A D | ipa_subdomains_id.c | 201 const char *anchor = NULL; local 216 &anchor); 221 if (anchor != NULL && strncmp(OVERRIDE_ANCHOR_SID_PREFIX, anchor, 225 anchor + OVERRIDE_ANCHOR_SID_PREFIX_LEN, 244 "Unsupported override anchor type [%s].\n", anchor);
|
| /sssd/src/db/ |
| H A D | sysdb_views.c | 380 const char *anchor; local 407 &anchor); 410 "Missing anchor in override attributes.\n"); 416 SYSDB_TMPL_OVERRIDE, anchor, view_name);
|
| /sssd/src/tests/cmocka/ |
| H A D | test_sysdb_views.c | 195 /* Missing anchor attribute */ 200 /* With anchor */ 526 const char *anchor; local 538 anchor = talloc_asprintf(tmp_ctx, "%s%s", TEST_ANCHOR_PREFIX, name); 539 ret = sysdb_attrs_add_string(attrs, SYSDB_OVERRIDE_ANCHOR_UUID, anchor); 784 const char *anchor; local 795 anchor = talloc_asprintf(tmp_ctx, "%s%s", TEST_ANCHOR_PREFIX, name); 796 ret = sysdb_attrs_add_string(attrs, SYSDB_OVERRIDE_ANCHOR_UUID, anchor);
|
| /sssd/src/tools/ |
| H A D | sss_override.c | 282 char *anchor; local 292 anchor = talloc_asprintf(mem_ctx, ":%s:%s", LOCALVIEW, safe_dn); 296 return anchor; 707 const char *anchor; local 722 anchor = build_anchor(tmp_ctx, str_dn); 723 if (anchor == NULL) { 728 ret = sysdb_attrs_add_string(attrs, SYSDB_OVERRIDE_ANCHOR_UUID, anchor); 880 const char *anchor; local 896 anchor = build_anchor(tmp_ctx, str_dn); 897 if (anchor 1501 char *anchor; local 1757 char *anchor; local [all...] |
Completed in 620 milliseconds