Lines Matching defs:anchor
282 char *anchor;
292 anchor = talloc_asprintf(mem_ctx, ":%s:%s", LOCALVIEW, safe_dn);
296 return anchor;
707 const char *anchor;
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;
896 anchor = build_anchor(tmp_ctx, str_dn);
897 if (anchor == NULL) {
903 SYSDB_TMPL_OVERRIDE, anchor, LOCALVIEW);
1501 char *anchor;
1530 anchor = build_anchor(tmp_ctx, dn);
1531 if (anchor == NULL) {
1536 ret = sss_filter_sanitize(tmp_ctx, anchor, &anchor);
1543 SYSDB_OVERRIDE_ANCHOR_UUID, anchor);
1757 char *anchor;
1786 anchor = build_anchor(tmp_ctx, dn);
1787 if (anchor == NULL) {
1792 ret = sss_filter_sanitize(tmp_ctx, anchor, &anchor);
1799 SYSDB_OVERRIDE_ANCHOR_UUID, anchor);