Searched defs:add (Results 1 - 2 of 2) sorted by relevance

/sssd-io/src/tests/cmocka/
H A Dtest_copy_ccache.c49 int add=0x12345; local
69 addr.contents = (krb5_octet *) &add;
/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...]

Completed in 13 milliseconds