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

/sssd/src/ldb_modules/
H A Dmemberof.c308 * attribute that can be added to any member contains just one object DN.
313 * (the object we just added again).
336 * If an object being added contains a "ghost" attribute, the ghost attribute
341 * plugin - in contrast, the ghost attribute is added to the entry that "owns"
3432 struct mbof_dn_array *added = NULL; local
3443 ret = mbof_fill_dn_array(mem_ctx, ldb, membel, &added);
3479 added = NULL;
3482 ret = mbof_fill_dn_array(mem_ctx, ldb, el, &added);
3490 if (removed && removed->num && added && added
3531 struct mbof_val_array *added = NULL; local
[all...]

Completed in 247 milliseconds