Searched refs:object (Results 1 - 25 of 26) sorted by relevance

12

/sssd-io/src/lib/sifp/
H A Dsss_sifp.c277 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...]
H A Dsss_sifp_common.c40 sss_sifp_object *object = NULL; local
54 ret = sss_sifp_fetch_object(ctx, object_path, iface_object, &object);
59 *_object = object;
/sssd-io/src/tests/intg/
H A Dsssd_nss.py23 class NssReturnCode(object):
H A Dds.py23 class DS(object):
H A Dsssd_ldb.py25 class CacheType(object):
30 class TsCacheEntry(object):
35 class SssdLdb(object):
H A Dsssd_netgroup.py25 class NetgroupType(object):
67 class NetgroupRetriever(object):
H A Dkdc.py26 class KDC(object):
H A Dkrb5utils.py32 class Krb5Utils(object):
H A Dsecrets.py53 class SecretsHttpClient(object):
H A Dfiles_ops.py55 class FilesOps(object):
H A Dtest_infopipe.py43 class DbusDaemon(object):
405 assert str(ex) == 'Expected a string or unicode object'
H A Dtest_kcm.py38 class KcmTestEnv(object):
/sssd-io/src/providers/ad/
H A Dad_gpo_ndr.c208 (ndr, NDR_SCALARS, &r->object));
212 (ndr, NDR_SCALARS, &r->object));
216 (ndr, NDR_SCALARS, &r->object));
220 (ndr, NDR_SCALARS, &r->object));
230 (ndr, NDR_BUFFERS, &r->object));
234 (ndr, NDR_BUFFERS, &r->object));
238 (ndr, NDR_BUFFERS, &r->object));
242 (ndr, NDR_BUFFERS, &r->object));
290 NDR_CHECK(ndr_pull_set_switch_value(ndr, &r->object, r->type));
292 (ndr, NDR_SCALARS, &r->object));
[all...]
H A Dad_gpo.c716 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...]
/sssd-io/src/tests/python/sssd/testlib/common/
H A Dauthconfig.py28 class RedHatAuthConfig(object):
H A Dlibkrb5.py8 class krb5srv(object):
H A Dlibdirsrv.py20 class DirSrv(object):
248 class DirSrvWrap(object):
252 all the inputs sent to Dirsrv object. Specifies ports for
258 Create a DirSrv object for a specific Host. Specify the ports,
259 instance details to the Dirsrv object
262 multihost_obj (obj): Multihost object
H A Dutils.py26 class sssdTools(object):
30 Host(obj: `Multihost object type`): Multihost Object
389 class LdapOperations(object):
398 conn: ldap bind object (already initialized)
620 class PkiTools(object):
770 class ADOperations(object):
/sssd-io/src/tests/multihost/basic/
H A Dtest_basic.py8 class Test_basic_sssd(object):
H A Dconftest.py194 class TestPrep(object):
/sssd-io/src/tests/cmocka/
H A Dtest_sss_sifp.c210 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/contrib/gdb/
H A Dsssd_gdb_plugin.py22 class StringPrinter(object):
/sssd-io/src/db/
H A Dsysdb_upgrade.c1384 "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/sbus/
H A Dsbus_codegen93 class Base(object):
648 class DBusXMLParser(object):
/sssd-io/src/config/SSSDConfig/
H A Dipachangeconf.py53 class IPAChangeConf(object):

Completed in 43 milliseconds

12