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

/sssd/src/tests/cmocka/
H A Dtest_copy_ccache.c49 int add=0x12345; local
69 addr.contents = (krb5_octet *) &add;
/sssd/src/providers/ldap/
H A Dsdap_async_initgroups.c56 /* There are no groups in LDAP but we should add user to groups ?? */
77 "need to add a fake entry\n",
111 /* The group is not in sysdb, need to add a fake entry */
663 DEBUG(SSSDBG_TRACE_FUNC, "Could not add incomplete groups [%d]: %s\n",
693 char **add; member in struct:membership_diff
735 mdiff->add = talloc_steal(mdiff, add_groups);
1187 (const char *const *) miter->add,
1953 char **add = NULL; local
1988 /* Create a copy of iter->add array but do not include groups outside
1991 for (grp_count = 0; iter->add[grp_coun
[all...]

Completed in 20 milliseconds