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

/sssd-io/src/providers/ldap/
H A Dsdap_async_nested_groups.c78 bool try_deref; member in struct:sdap_nested_group_ctx
830 state->group_ctx->try_deref = true;
840 state->group_ctx->try_deref = sdap_has_deref_support(sh, opts);
844 state->group_ctx->try_deref = false;
848 if (state->group_ctx->try_deref) {
853 state->group_ctx->try_deref = false;
859 if (state->group_ctx->try_deref) {
864 state->group_ctx->try_deref = false;
1055 split_threshold = state->group_ctx->try_deref ? \
1105 if (group_ctx->try_deref
[all...]

Completed in 17 milliseconds