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

/sssd/src/ldb_modules/
H A Dmemberof.c155 const struct ldb_message_element *membel; member in struct:mbof_mod_ctx
2841 const struct ldb_message_element *membel,
2919 mod_ctx->membel = ldb_msg_find_element(mod_ctx->msg, DB_MEMBER);
2923 if (mod_ctx->membel == NULL && mod_ctx->ghel == NULL) {
3390 ret = mbof_mod_process_membel(mod_ctx, ldb, mod_ctx->entry, mod_ctx->membel,
3426 const struct ldb_message_element *membel,
3435 if (!membel) {
3440 switch (membel->flags) {
3443 ret = mbof_fill_dn_array(mem_ctx, ldb, membel, &added);
3451 if (membel
3423 mbof_mod_process_membel(TALLOC_CTX *mem_ctx, struct ldb_context *ldb, struct ldb_message *entry, const struct ldb_message_element *membel, struct mbof_dn_array **_added, struct mbof_dn_array **_removed) argument
[all...]

Completed in 3163 milliseconds