Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-25 | Fix LDAP search paths for IPA HBAC | Sumit Bose | 1 | -27/+0 | |
- use domain_to_basedn() to construct LDAP search paths for IPA HBAC - move domain_to_basedn() to a separate file to simplify the build of a test | |||||
2010-03-25 | Add krb5_kpasswd to IPA provider | Eugene Indenbom | 1 | -1/+2 | |
The krb5 options were out of sync, causing a runtime abort. | |||||
2010-03-25 | Regression test against RHBZ #576856 | Jakub Hrozek | 1 | -5/+0 | |
2010-03-12 | Add krb5_kpasswd option | Sumit Bose | 1 | -2/+3 | |
2010-03-11 | Write the IP address of the KDC to the kdcinfo file | Sumit Bose | 1 | -3/+11 | |
2010-02-23 | Better cleanup task handling | Jakub Hrozek | 1 | -1/+2 | |
Implements a different mechanism for cleanup task. Instead of just deleting expired entries, this patch adds a new option account_cache_expiration for domains. If an entry is expired and the last login was more days in the past that account_cache_expiration, the entry is deleted. Groups are deleted if they are expired and and no user references them (no user has memberof: attribute pointing at that group). The parameter account_cache_expiration is not LDAP-specific, so that other future backends might use the same timeout setting. Fixes: #391 | |||||
2010-02-18 | Rename server/ directory to src/ | Stephen Gallagher | 1 | -0/+597 | |
Also update BUILD.txt |