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

/sssd-io/src/providers/ldap/
H A Dldap_id.c63 bool noexist_delete; member in struct:users_get_state
81 bool noexist_delete)
103 state->noexist_delete = noexist_delete;
269 if (noexist_delete) {
572 if (ret == ENOENT && state->noexist_delete == true) {
688 bool noexist_delete; member in struct:groups_get_state
707 bool noexist_delete,
731 state->noexist_delete = noexist_delete;
73 users_get_send(TALLOC_CTX *memctx, struct tevent_context *ev, struct sdap_id_ctx *ctx, struct sdap_domain *sdom, struct sdap_id_conn_ctx *conn, const char *filter_value, int filter_type, const char *extra_value, bool noexist_delete) argument
700 groups_get_send(TALLOC_CTX *memctx, struct tevent_context *ev, struct sdap_id_ctx *ctx, struct sdap_domain *sdom, struct sdap_id_conn_ctx *conn, const char *filter_value, int filter_type, bool noexist_delete, bool no_members) argument
1241 bool noexist_delete; member in struct:groups_by_user_state
1282 groups_by_user_send(TALLOC_CTX *memctx, struct tevent_context *ev, struct sdap_id_ctx *ctx, struct sdap_domain *sdom, struct sdap_id_conn_ctx *conn, const char *filter_value, int filter_type, const char *extra_value, bool noexist_delete) argument
1520 sdap_handle_acct_req_send(TALLOC_CTX *mem_ctx, struct be_ctx *be_ctx, struct dp_id_data *ar, struct sdap_id_ctx *id_ctx, struct sdap_domain *sdom, struct sdap_id_conn_ctx *conn, bool noexist_delete) argument
1799 bool noexist_delete; member in struct:get_user_and_group_state
1805 get_user_and_group_send(TALLOC_CTX *memctx, struct tevent_context *ev, struct sdap_id_ctx *id_ctx, struct sdap_domain *sdom, struct sdap_id_conn_ctx *conn, const char *filter_val, int filter_type, bool noexist_delete) argument
[all...]
H A Dldap_id_netgroup.c53 bool noexist_delete; member in struct:ldap_netgroup_get_state
66 bool noexist_delete)
81 state->noexist_delete = noexist_delete;
218 if (ret == ENOENT && state->noexist_delete == true) {
60 ldap_netgroup_get_send(TALLOC_CTX *memctx, struct tevent_context *ev, struct sdap_id_ctx *ctx, struct sdap_domain *sdom, struct sdap_id_conn_ctx *conn, const char *name, bool noexist_delete) argument
H A Dldap_id_services.c52 bool noexist_delete; member in struct:sdap_services_get_state
71 bool noexist_delete)
93 state->noexist_delete = noexist_delete;
253 if (ret == ENOENT && state->noexist_delete == true) {
63 services_get_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct sdap_id_ctx *id_ctx, struct sdap_domain *sdom, struct sdap_id_conn_ctx *conn, const char *name, const char *protocol, int filter_type, bool noexist_delete) argument
H A Dldap_common.h127 bool noexist_delete);
248 bool noexist_delete,
258 bool noexist_delete);
270 bool noexist_delete);
/sssd-io/src/providers/ad/
H A Dad_pac.h75 bool noexist_delete,
H A Dad_id.c209 bool noexist_delete = false; local
218 noexist_delete = true;
234 noexist_delete,
251 noexist_delete);
H A Dad_pac.c455 bool noexist_delete,
449 ad_handle_pac_initgr_send(TALLOC_CTX *mem_ctx, struct be_ctx *be_ctx, struct dp_id_data *ar, struct sdap_id_ctx *id_ctx, struct sdap_domain *sdom, struct sdap_id_conn_ctx *conn, bool noexist_delete, struct ldb_message *msg) argument

Completed in 21 milliseconds