Searched refs:add (Results 1 - 7 of 7) sorted by relevance

/sssd-io/src/tests/intg/
H A Dtest_pysss_nss_idmap.py106 Create sssd.conf with specified contents and add teardown for removing it
145 """Start SSSD and add teardown for stopping it and removing its state"""
159 domain_ldb.add(msg)
167 domain_ldb.add(msg)
175 domain_ldb.add(msg)
186 domain_ldb.add(msg)
192 domain_ldb.add(msg)
/sssd-io/src/shared/
H A Dsafealign.h44 #define SIZE_T_OVERFLOW(current, add) \
45 (((size_t)(add)) > (SIZE_MAX - ((size_t)(current))))
/sssd-io/src/tests/cmocka/
H A Dtest_copy_ccache.c49 int add=0x12345; local
69 addr.contents = (krb5_octet *) &add;
/sssd-io/src/tests/
H A Dpyhbac-test.py27 # add compat assertIsInstance for old unittest.TestCase versions
116 el.category.add(pyhbac.HBAC_CATEGORY_ALL)
146 el.category.add(pyhbac.HBAC_CATEGORY_ALL)
411 allow_rule.users.category.add(pyhbac.HBAC_CATEGORY_ALL)
462 allow_rule.users.category.add(pyhbac.HBAC_EVAL_ERROR)
/sssd-io/src/tests/python/docs/
H A DMakefile8 $(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to point to the full path of the '$(SPHINXBUILD)' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from http://sphinx-doc.org/)
/sssd-io/src/providers/ldap/
H A Dsdap_async_initgroups.c57 /* There are no groups in LDAP but we should add user to groups?? */
78 "need to add a fake entry\n",
112 /* The group is not in sysdb, need to add a fake entry */
691 DEBUG(SSSDBG_TRACE_FUNC, "Could not add incomplete groups [%d]: %s\n",
721 char **add; member in struct:membership_diff
763 mdiff->add = talloc_steal(mdiff, add_groups);
1215 (const char *const *) miter->add,
1981 char **add = NULL; local
2016 /* Create a copy of iter->add array but do not include groups outside
2019 for (grp_count = 0; iter->add[grp_coun
[all...]
/sssd-io/src/ldb_modules/
H A Dmemberof.c304 /* add operation */
306 /* An add operation is quite simple.
310 * The real add operation is done first, to assure nothing else fails.
312 * we create an "add operation" and we pass it a parent list of one member
315 * For each add operation we lookup the object we want to operate on.
320 * an "add operation" as we did in the initial object.
326 * Every time we add a memberof attribute to an actual user object,
329 * At the end we will add a memberuid attribute to our new object that
419 "will add %d ghost users to %d parents\n",
470 if (ldb_dn_is_special(req->op.add
[all...]

Completed in 19 milliseconds