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

/sssd-io/src/p11_child/
H A Dp11_child_nss.c69 static char *password_passthrough(PK11SlotInfo *slot, PRBool retry, void *arg) argument
73 if (retry || (arg == NULL)) {
/sssd-io/src/providers/ldap/
H A Dsdap_id_op.c4 LDAP ID backend operation retry logic and connection cache
345 /* Check whether retry with reconnect can be performed for the operation */
451 /* Begin a connection retry to LDAP server */
618 /* do not attempt to retry on errors like ENOMEM */
656 bool retry = false; local
664 /* determining whether retry is possible */
666 /* be is offline, no retry possible */
669 "skipping automatic retry on op #%d as be is offline\n", notify_count);
678 "attempting automatic retry on op #%d\n", notify_count);
679 retry
[all...]
/sssd-io/src/providers/ipa/
H A Dipa_subdomains_id.c680 /* retry */
1576 bool retry; member in struct:ipa_srv_ad_acct_state
1605 state->retry = true;
1660 if (ret == ERR_SUBDOM_INACTIVE && state->retry == true) {
1662 state->retry = false;
1709 DEBUG(SSSDBG_TRACE_FUNC, "Subdomain re-set, will retry lookup\n");
/sssd-io/src/sss_client/
H A Dpam_sss.c73 #define OPT_RETRY_KEY "retry="
1977 logger(pamh, LOG_ERR, "Missing argument to option retry.");
1987 logger(pamh, LOG_ERR, "Argument to option retry contains "
1992 logger(pamh, LOG_ERR, "Argument to option retry must not "
2357 bool retry = false; local
2390 retry = false;
2581 retry = true;
2596 } while(retry);

Completed in 25 milliseconds