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

/sssd-io/src/providers/ldap/
H A Dsdap_id_op.c630 int notify_count = 0; local
638 "connection was broken after %d notifies\n", notify_count);
652 notify_count++;
669 "skipping automatic retry on op #%d as be is offline\n", notify_count);
678 "attempting automatic retry on op #%d\n", notify_count);
682 "attempting failover retry on op #%d\n", notify_count);
702 "notify connected to op #%d\n", notify_count);
705 DEBUG(SSSDBG_TRACE_ALL, "notify offline to op #%d\n", notify_count);
709 "notify error to op #%d: %d [%s]\n", notify_count, ret, strerror(ret));
723 "caching successful connection after %d notifies\n", notify_count);
[all...]

Completed in 26 milliseconds