Searched defs:anchor (Results 1 - 6 of 6) sorted by relevance

/sssd/src/providers/ipa/
H A Dipa_utils.c30 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 Dipa_id.c627 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 Dipa_subdomains_id.c201 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 Dsysdb_views.c380 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 Dtest_sysdb_views.c195 /* 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 Dsss_override.c282 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