Searched defs:object (Results 1 - 5 of 5) sorted by relevance
| /sssd-io/src/lib/sifp/ |
| H A D | sss_sifp_common.c | 40 sss_sifp_object *object = NULL; local 54 ret = sss_sifp_fetch_object(ctx, object_path, iface_object, &object); 59 *_object = object;
|
| H A D | sss_sifp.c | 277 sss_sifp_object *object = NULL; local 297 object = _alloc_zero(ctx, sss_sifp_object, 1); 298 if (object == NULL) { 303 object->attrs = attrs; 305 object->name = sss_sifp_strdup(ctx, name); 306 if (object->name == NULL) { 311 object->object_path = sss_sifp_strdup(ctx, object_path); 312 if (object->object_path == NULL) { 317 object->interface = sss_sifp_strdup(ctx, interface); 318 if (object 423 sss_sifp_object *object = NULL; local [all...] |
| /sssd-io/src/db/ |
| H A D | sysdb_upgrade.c | 1384 "The object [%s] doesn't have a name\n", 1502 "The object [%s] doesn't have a name\n", 1914 static errno_t expire_object(struct ldb_message *object, argument 1926 el = ldb_msg_find_element(object, attrs[c]); 1948 struct ldb_message *object, 1965 mod_msg->dn = object->dn; 1967 dom_name = object_domain(mod_msg, ldb, object, domain_attr, domain_index); 1977 ret = qualify_attr(object, mod_msg, names, 1982 name_attrs[c], ldb_dn_get_linearized(object->dn)); 1990 ret = qualify_dn_attr(ldb, object, mod_ms 1945 qualify_object(TALLOC_CTX *mem_ctx, struct ldb_context *ldb, struct sss_names_ctx *names, struct ldb_message *object, bool qualify_dn, const char *domain_attr, unsigned domain_index, const char *name_attrs[], const char *dn_attrs[], should_qualify_val_fn qfn) argument [all...] |
| /sssd-io/src/tests/cmocka/ |
| H A D | test_sss_sifp.c | 210 const char *path_in = "/object/path"; 255 const char *path_in[] = {"/object/path1", "/object/path2"}; 289 const char *path_in = "/object/path"; 576 const char *in = "/object/path"; 1327 const char *in_array[] = {"/object/path1", "/object/path2"}; 1638 ret = sss_sifp_fetch_attr(ctx, "/test/object", "test.com", name, &attrs); 1716 ret = sss_sifp_fetch_all_attrs(ctx, "/test/object", "test.com", &attrs); 1745 const char *path = "/test/object"; 1749 sss_sifp_object *object = NULL; local [all...] |
| /sssd-io/src/providers/ad/ |
| H A D | ad_gpo.c | 716 struct security_ace_object object; local 734 object = ace->object.object; 737 if (object.flags & SEC_ACE_OBJECT_TYPE_PRESENT) { 738 if (GUID_equal(&object.type.type, &ext_right_agp_guid)) { 1065 * This function parses the input ini_config object (which represents 1123 * in the file (as part of the GPO Result object in the sysdb cache). 1438 * the GPO_Result object in the sysdb cache. It then parses the raw value and 1503 * input gpo_map_type from the GPO Result object i [all...] |
Completed in 728 milliseconds