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

/sssd/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 */
610 /* do not attempt to retry on errors like ENOMEM */
644 bool retry = false; local
652 /* determining whether retry is possible */
654 /* be is offline, no retry possible */
657 "skipping automatic retry on op #%d as be is offline\n", notify_count);
666 "attempting automatic retry on op #%d\n", notify_count);
667 retry
[all...]
/sssd/src/p11_child/
H A Dp11_child_nss.c60 static char *password_passthrough(PK11SlotInfo *slot, PRBool retry, void *arg) argument
64 if (retry || (arg == NULL)) {
/sssd/src/providers/ipa/
H A Dipa_subdomains_id.c602 /* retry */
1492 bool retry; member in struct:ipa_srv_ad_acct_state
1521 state->retry = true;
1576 if (ret == ERR_SUBDOM_INACTIVE && state->retry == true) {
1578 state->retry = false;
1625 DEBUG(SSSDBG_TRACE_FUNC, "Sudomain re-set, will retry lookup\n");
/sssd/src/sss_client/
H A Dpam_sss.c64 #define OPT_RETRY_KEY "retry="
1524 logger(pamh, LOG_ERR, "Missing argument to option retry.");
1534 logger(pamh, LOG_ERR, "Argument to option retry contains "
1539 logger(pamh, LOG_ERR, "Argument to option retry must not "
1761 bool retry = false; local
1794 retry = false;
1939 retry = true;
1954 } while(retry);

Completed in 3197 milliseconds