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

/sssd/src/providers/ad/
H A Dad_id.c312 bool shortcut = false; local
350 shortcut = true;
362 return shortcut;
386 bool shortcut; local
405 /* Try to shortcut if this is ID or SID search and it belongs to
407 shortcut = ad_account_can_shortcut(be_ctx, sdap_id_ctx->opts->idmap_ctx,
410 if (shortcut) {

Completed in 2322 milliseconds