/sssd-io/src/responder/common/cache_req/plugins/ |
H A D | cache_req_common.c | 77 ldberr = ldb_msg_add_string(msg, SYSDB_SID_STR, dup_sid);
|
/sssd-io/src/db/ |
H A D | sysdb.h | 125 #define SYSDB_SID_STR "objectSIDString" macro 203 #define SYSDB_PWSID_FILTER "(&("SYSDB_UC")("SYSDB_SID_STR"=%s))" 209 #define SYSDB_GRSID_FILTER "(&("SYSDB_GC")("SYSDB_SID_STR"=%s))" 220 #define SYSDB_SID_FILTER "(&(|("SYSDB_UC")("SYSDB_GC"))("SYSDB_SID_STR"=%s))" 239 SYSDB_SID_STR, \ 256 SYSDB_SID_STR, \ 272 SYSDB_SID_STR, \
|
H A D | sysdb_ops.c | 360 const char *def_attrs[] = { SYSDB_NAME, SYSDB_SID_STR, NULL }; 2382 const char *group_attrs[] = { SYSDB_SID_STR, SYSDB_UUID, SYSDB_ORIG_DN, NULL }; 2452 ret = sysdb_attrs_add_string(attrs, SYSDB_SID_STR, sid_str); 5183 const char *attrs[] = { SYSDB_SID_STR, NULL }; 5219 sidstr = ldb_msg_find_attr_as_string(members[i], SYSDB_SID_STR, NULL);
|
/sssd-io/src/providers/simple/ |
H A D | simple_access_check.c | 432 SYSDB_SID_STR, NULL }; 638 group_sid = ldb_msg_find_attr_as_string(group, SYSDB_SID_STR, NULL); 665 SYSDB_GIDNUM, SYSDB_SID_STR, NULL };
|
/sssd-io/src/providers/ipa/ |
H A D | ipa_opts.c | 186 { "ldap_user_objectsid", "ipaNTSecurityIdentifier", SYSDB_SID_STR, NULL }, 224 { "ldap_group_objectsid", "ipaNTSecurityIdentifier", SYSDB_SID_STR, NULL },
|
H A D | ipa_s2n_exop.c | 1318 ret = sysdb_attrs_get_string(state->attrs->sysdb_attrs, SYSDB_SID_STR, 1979 ret = sysdb_attrs_get_string(state->attrs->sysdb_attrs, SYSDB_SID_STR, 2367 SYSDB_SID_STR, 2379 SYSDB_SID_STR, 2597 SYSDB_SID_STR, 2609 SYSDB_SID_STR, 2641 ret = sysdb_attrs_get_string(attrs->sysdb_attrs, SYSDB_SID_STR, &sid_str); 2714 ret = sysdb_attrs_get_string(state->attrs->sysdb_attrs, SYSDB_SID_STR,
|
H A D | ipa_subdomains_ext_groups.c | 223 sid = ldb_msg_find_attr_as_string(result->msgs[c], SYSDB_SID_STR, 941 SYSDB_SID_STR,
|
H A D | ipa_subdomains_id.c | 1045 SYSDB_SID_STR, 1220 sid = ldb_msg_find_attr_as_string(state->obj_msg, SYSDB_SID_STR, NULL); 1465 groups, SYSDB_SID_STR);
|
H A D | ipa_id.c | 332 } else if (strcmp(state->groups_id_attr, SYSDB_SID_STR) == 0) { 748 SYSDB_SID_STR,
|
/sssd-io/src/responder/nss/ |
H A D | nss_protocol_sid.c | 108 sid = ldb_msg_find_attr_as_string(msg, SYSDB_SID_STR, NULL); 225 const char *orig_attrs[] = { SYSDB_SID_STR,
|
H A D | nss_cmd.c | 1123 const char *attrs[] = { SYSDB_SID_STR, NULL }; 1131 const char *attrs[] = { SYSDB_SID_STR, NULL }; 1155 SYSDB_SID_STR,
|
/sssd-io/src/tests/cmocka/ |
H A D | test_nss_srv.c | 2419 assert_string_equal(s, SYSDB_SID_STR); 2480 ret = sysdb_attrs_add_string(attrs, SYSDB_SID_STR, "S-1-2-3-4"); 2544 assert_string_equal(s, SYSDB_SID_STR); 2614 ret = sysdb_attrs_add_string(attrs, SYSDB_SID_STR, "S-1-2-3-4"); 2666 assert_string_equal(s, SYSDB_SID_STR); 2746 ret = sysdb_attrs_add_string(attrs, SYSDB_SID_STR, "S-1-2-3-4"); 3638 ret = sysdb_attrs_add_string(attrs, SYSDB_SID_STR, user_sid); 3764 ret = sysdb_attrs_add_string(attrs, SYSDB_SID_STR, user_sid); 4142 ret = sysdb_attrs_add_string(attrs, SYSDB_SID_STR, testuser_sid); 4176 ret = sysdb_attrs_add_string(attrs, SYSDB_SID_STR, testuser_si [all...] |
H A D | test_responder_cache_req.c | 243 ret = sysdb_attrs_add_string(attrs, SYSDB_SID_STR, user->sid); 332 SYSDB_SID_STR, NULL); 356 ret = sysdb_attrs_add_string(attrs, SYSDB_SID_STR, group->sid); 409 SYSDB_SID_STR, NULL);
|
H A D | test_sysdb_ts_cache.c | 153 return create_str_attrs(mem_ctx, SYSDB_SID_STR, sid_str);
|
/sssd-io/src/providers/ldap/ |
H A D | sdap_async_users.c | 226 ret = sysdb_attrs_add_string(user_attrs, SYSDB_SID_STR, sid_str);
|
H A D | sdap_async_groups.c | 535 ret = sysdb_attrs_add_string(group_attrs, SYSDB_SID_STR, sid_str); 894 ret = sysdb_attrs_get_string(attrs, SYSDB_SID_STR, &group_sid);
|
/sssd-io/src/providers/ad/ |
H A D | ad_gpo.c | 591 user_sid = ldb_msg_find_attr_as_string(res->msgs[0], SYSDB_SID_STR, NULL); 603 SYSDB_SID_STR, NULL);
|
/sssd-io/src/tests/ |
H A D | sysdb-tests.c | 3758 ret = sysdb_attrs_add_string(user_attrs, SYSDB_SID_STR, 5608 ret = sysdb_attrs_add_string(data->attrs, SYSDB_SID_STR, data->sid_str);
|