Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-29 | ldap provider: add sudo usn value | Pavel Březina | 1 | -0/+1 | |
2012-01-31 | LDAP: Add enumeration support for services | Stephen Gallagher | 1 | -0/+1 | |
2011-11-29 | Provide means of forcing TLS and GSSAPI enabled/disabled for sdap connections | Jakub Hrozek | 1 | -1/+3 | |
2011-05-04 | Fixed lastUSN checking improvements | Jan Zeleny | 1 | -2/+2 | |
This patch fixes some issues with setting lastUSN attribute and it adds check against the highest user/group USN after enumeration to keep better track of the real highest USN. Optimal solution here would be to schedule a check of rootDSE entry right after the enumeration finishes, but for the moment this is good enough. | |||||
2011-04-19 | Add last usn checking after reconnection | Jan Zeleny | 1 | -0/+15 | |
When reconnecting to the LDAP server supporting USNs (either because of new incomming id operation or invokation of callback responsible for checking status of the backend), detect whether the highest USN is lower than the one SSSD has recorded. If so, setup enumeration/cleanup to refresh potentionally changed account information in the SSSD cache. Related ticket: https://fedorahosted.org/sssd/ticket/734 | |||||
2011-03-14 | Fix one unlikely case of failure in sdap_id_op module | Jan Zeleny | 1 | -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-07 | ldap: Use USN entries if available. | Simo Sorce | 1 | -1/+2 | |
Otherwise fallback to the default modifyTimestamp indicator | |||||
2010-12-07 | ldap: add checks to determine if USN features are available. | Simo Sorce | 1 | -4/+5 | |
2010-12-07 | ldap: remove variable that was never assigned nor used | Simo Sorce | 1 | -8/+0 | |
2010-12-07 | Pass sdap_id_ctx in sdap_id_op functions. | Simo Sorce | 1 | -38/+48 | |
2010-09-15 | Store rootdse supported features in sdap_handler | Sumit Bose | 1 | -2/+2 | |
2010-07-09 | Use new LDAP connection framework in IPA dynamic DNS forwarder. | eindenbom | 1 | -0/+4 | |
2010-07-09 | Add an interface to try next fail-over server after connection to the active ↵ | eindenbom | 1 | -0/+3 | |
server was unexpectedly dropped. | |||||
2010-07-09 | LDAP connection usage tracking, sharing and failover retry framework. | eindenbom | 1 | -0/+758 | |