Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-06-30 | Use ldap_init_fd() instead of ldap_initialize() if available | Sumit Bose | 1 | -0/+3 | |
2011-05-20 | Generic dereference search | Jakub Hrozek | 1 | -0/+18 | |
A generic wrapper around ASQ and OpenLDAP dereference searches. https://fedorahosted.org/sssd/ticket/635 | |||||
2011-01-21 | Add the user's primary group to the initgroups lookup | Stephen Gallagher | 1 | -3/+1 | |
The user may not be a direct member of their primary group, but we still want to make sure that group is cached on the system. | |||||
2011-01-17 | Add timeout parameter to sdap_get_generic_send() | Sumit Bose | 1 | -4/+8 | |
2010-12-07 | ldap: add checks to determine if USN features are available. | Simo Sorce | 1 | -4/+2 | |
2010-10-13 | Implement netgroup support for LDAP provider | Sumit Bose | 1 | -1/+13 | |
2010-10-13 | Initialize kerberos service for GSSAPI | Jakub Hrozek | 1 | -0/+3 | |
2010-09-15 | Store rootdse supported features in sdap_handler | Sumit Bose | 1 | -5/+3 | |
2010-07-09 | LDAP connection usage tracking, sharing and failover retry framework. | eindenbom | 1 | -0/+5 | |
2010-07-09 | GSSAPI ticket expiry time is returned from ldap_child and stored in ↵ | eindenbom | 1 | -1/+3 | |
sdap_handle for future reference. | |||||
2010-05-16 | Add ldap_krb5_ticket_lifetime option | Sumit Bose | 1 | -1/+2 | |
2010-03-22 | Improvements for LDAP Password Policy support | Ralf Haferkamp | 1 | -1/+5 | |
Display warnings about remaining grace logins and password expiration to the user, when LDAP Password Policies are used. Improved detection if LDAP Password policies are supported by LDAP Server. | |||||
2010-02-18 | Rename server/ directory to src/ | Stephen Gallagher | 1 | -0/+126 | |
Also update BUILD.txt |