Lines Matching defs:sid_str
355 const char *sid_str,
379 filter = talloc_asprintf(tmp_ctx, filter_str, sid_str);
624 const char *sid_str,
632 sid_str, attrs, msg);
814 const char *sid_str,
822 sid_str, attrs, msg);
2372 const char *sid_str,
2383 const char *values[] = { sid_str, uuid, original_dn, NULL };
2451 if (sid_str) {
2452 ret = sysdb_attrs_add_string(attrs, SYSDB_SID_STR, sid_str);
4248 const char *sid_str)
4254 if (!sid_str) return EINVAL;
4261 ret = sysdb_search_object_by_sid(tmp_ctx, domain, sid_str, NULL, &res);
5007 const char *sid_str,
5012 sid_str, attrs, true, res);
5197 /* Get sid_str attribute of all elements pointed to by group members */