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

/sssd-io/src/providers/ldap/
H A Dsdap_async.c2971 int deref_threshold; local
2977 deref_threshold = dp_opt_get_int(opts->basic, SDAP_DEREF_THRESHOLD);
2978 if (deref_threshold == 0) {
H A Dsdap_async_initgroups.c815 int deref_threshold; local
854 deref_threshold = dp_opt_get_int(state->opts->basic,
857 deref_threshold < state->memberof->num_values) {
H A Dsdap_async_nested_groups.c79 int deref_threshold; member in struct:sdap_nested_group_ctx
831 state->group_ctx->deref_threshold = dp_opt_get_int(opts->basic,
843 if (state->group_ctx->deref_threshold <= 0) {
1056 state->group_ctx->deref_threshold : \
1106 && state->num_missing_total > group_ctx->deref_threshold) {

Completed in 33 milliseconds