summaryrefslogtreecommitdiff
path: root/src/providers/ldap/sdap_id_op.c
AgeCommit message (Collapse)AuthorFilesLines
2011-03-14Fix one unlikely case of failure in sdap_id_op moduleJan Zeleny1-1/+3
There can be an unlikely scenario when the first part of sdap_id_op_connect_done works fine and there is no need to mark backend offline. But right after the check, the memory allocation can fail in which case the backend needs to be marked offline along with disabled reconnecting.
2010-12-07ldap: Use USN entries if available.Simo Sorce1-1/+2
Otherwise fallback to the default modifyTimestamp indicator
2010-12-07ldap: add checks to determine if USN features are available.Simo Sorce1-4/+5
2010-12-07ldap: remove variable that was never assigned nor usedSimo Sorce1-8/+0
2010-12-07Pass sdap_id_ctx in sdap_id_op functions.Simo Sorce1-38/+48
2010-09-15Store rootdse supported features in sdap_handlerSumit Bose1-2/+2
2010-07-09Use new LDAP connection framework in IPA dynamic DNS forwarder.eindenbom1-0/+4
2010-07-09Add an interface to try next fail-over server after connection to the active ↵eindenbom1-0/+3
server was unexpectedly dropped.
2010-07-09LDAP connection usage tracking, sharing and failover retry framework.eindenbom1-0/+758