Searched refs:check_provider (Results 1 - 9 of 9) sorted by relevance

/sssd/src/responder/autofs/
H A Dautofs_private.h52 bool check_provider; member in struct:autofs_dom_ctx
H A Dautofssrv_cmd.c485 dctx->check_provider = NEED_CHECK_PROVIDER(dctx->domain->provider);
639 /* make sure we reset the check_provider flag when we check
641 dctx->check_provider =
668 if (!dctx->check_provider) {
685 if (dctx->map == NULL && !dctx->check_provider) {
694 if (dctx->check_provider) {
792 dctx->check_provider = false;
889 dctx->check_provider = NEED_CHECK_PROVIDER(dctx->domain->provider);
/sssd/src/responder/pam/
H A Dpamsrv.h63 bool check_provider; member in struct:pam_auth_req
H A Dpamsrv_cmd.c1036 preq->check_provider =
1348 preq->check_provider = NEED_CHECK_PROVIDER(preq->domain->provider);
1521 preq->check_provider = NEED_CHECK_PROVIDER(preq->domain->provider);
1587 /* make sure we reset the check_provider flag when we check
1589 preq->check_provider = NEED_CHECK_PROVIDER(dom->provider);
1608 if (preq->check_provider) {
1676 if (preq->check_provider == false) {
1704 if (preq->check_provider) {
1729 preq->check_provider = false;
1732 if (preq->check_provider) {
[all...]
/sssd/src/responder/nss/
H A Dnsssrv_private.h86 bool check_provider; member in struct:nss_dom_ctx
H A Dnsssrv_cmd.c795 dctx->check_provider = false;
960 /* make sure we reset the check_provider flag when we check
962 dctx->check_provider = NEED_CHECK_PROVIDER(dom->provider);
1078 if (dctx->res->count == 0 && !dctx->check_provider) {
1121 if (dctx->check_provider) {
1170 dctx->check_provider = NEED_CHECK_PROVIDER(dctx->domain->provider);
1311 dctx->check_provider = NEED_CHECK_PROVIDER(dctx->domain->provider);
1599 dctx->check_provider = NEED_CHECK_PROVIDER(dctx->domain->provider);
1703 dctx->check_provider = NEED_CHECK_PROVIDER(dctx->domain->provider);
1793 /* make sure we reset the check_provider fla
[all...]
H A Dnsssrv_netgroup.c293 dctx->check_provider = NEED_CHECK_PROVIDER(dctx->domain->provider);
516 /* make sure we reset the check_provider flag when we check
518 step_ctx->dctx->check_provider =
553 if (!step_ctx->dctx->check_provider) {
584 if (!step_ctx->dctx->check_provider) {
607 if (step_ctx->dctx->check_provider) {
689 dctx->check_provider = NEED_CHECK_PROVIDER(dctx->domain->provider);
H A Dnsssrv_services.c858 dctx->check_provider = NEED_CHECK_PROVIDER(dctx->domain->provider);
1164 dctx->check_provider = NEED_CHECK_PROVIDER(dctx->domain->provider);
/sssd/src/responder/ifp/
H A Difpsrv_cmd.c428 bool check_provider; member in struct:ifp_user_get_attr_state

Completed in 854 milliseconds