Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-18 | Rename server/ directory to src/ | Stephen Gallagher | 1 | -66/+0 | |
Also update BUILD.txt | |||||
2010-02-05 | Add mandatory flag to SSSD config schema | Stephen Gallagher | 1 | -37/+37 | |
Also add list_mandatory_options() to both SSSDService and SSSDDomain objects. There is a new list_options_with_mandatory() function that will return a longer tuple than list_options(), including the mandatory flag directly. | |||||
2010-02-05 | Remove unnecessary explicit defaults from SSSDConfig API | Stephen Gallagher | 1 | -9/+9 | |
2010-02-02 | Add offline failed login counter | Sumit Bose | 1 | -0/+2 | |
2009-12-21 | Allow debug_timestamps setting on a per-domain basis | Stephen Gallagher | 1 | -0/+1 | |
This was missing from the SSSDConfig API, though it was supported by the daemon. | |||||
2009-12-15 | Don't set explicit default for "timeout" in domains | Stephen Gallagher | 1 | -1/+1 | |
2009-12-10 | Add 'permit' and 'deny' access providers to SSSDConfig API | Stephen Gallagher | 1 | -0/+9 | |
2009-11-18 | Make the password field configurable in NSS | Jakub Hrozek | 1 | -0/+1 | |
Per the discussion on sssd-devel list, nss_sss should not return a hardcoded value but this should rather be configurable to allow whatever the OS or distribution thinks is the best for the particular case. Fixes: #266 | |||||
2009-11-05 | Update midpoint refresh logic to be relative to cache timeout | Stephen Gallagher | 1 | -1/+1 | |
2009-11-03 | Remove magic_private_groups from SSSDConfig API schema | Stephen Gallagher | 1 | -1/+0 | |
2009-11-03 | Make config_file_version a hidden setting in SSSDConfig API | Stephen Gallagher | 1 | -1/+0 | |
The config_file_version should never be changed by the API, so we will hide the option inside the SSSDConfig API and remove it from the schema. Guarantee that the config file is of the correct version | |||||
2009-10-28 | Fix sssd.api.conf with correct entry_cache_timeout | Stephen Gallagher | 1 | -2/+3 | |
Changeset 3a21103f61bf9b60256cc2d0da54b757b634319f moved the wrong option to the domain list, and also didn't update the unit tests. | |||||
2009-10-27 | Move responsibility for entry expiration timeout | Simo Sorce | 1 | -1/+1 | |
The providers are now responsible for determining how long a cached entry is considered valid. The default is the same as before (600s) | |||||
2009-10-22 | Add support for offline auth cache timeout | Stephen Gallagher | 1 | -0/+1 | |
This adds a new option (offline_credentials_expiration) to the [PAM] section of the sssd.conf If the user does not perform an online authentication within the timeout (in days), they will be denied auth once the timeout passes. | |||||
2009-10-22 | Bring SSSDConfig API options up-to-date | Stephen Gallagher | 1 | -10/+15 | |
2009-10-12 | Add new SSSDConfig python API | Stephen Gallagher | 1 | -0/+48 | |
Also adds unit tests for the SSSDConfig API |