summaryrefslogtreecommitdiff
path: root/server/config/etc/sssd.api.conf
AgeCommit message (Collapse)AuthorFilesLines
2009-11-18Make the password field configurable in NSSJakub Hrozek1-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-05Update midpoint refresh logic to be relative to cache timeoutStephen Gallagher1-1/+1
2009-11-03Remove magic_private_groups from SSSDConfig API schemaStephen Gallagher1-1/+0
2009-11-03Make config_file_version a hidden setting in SSSDConfig APIStephen Gallagher1-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-28Fix sssd.api.conf with correct entry_cache_timeoutStephen Gallagher1-2/+3
Changeset 3a21103f61bf9b60256cc2d0da54b757b634319f moved the wrong option to the domain list, and also didn't update the unit tests.
2009-10-27Move responsibility for entry expiration timeoutSimo Sorce1-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-22Add support for offline auth cache timeoutStephen Gallagher1-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-22Bring SSSDConfig API options up-to-dateStephen Gallagher1-10/+15
2009-10-12Add new SSSDConfig python APIStephen Gallagher1-0/+48
Also adds unit tests for the SSSDConfig API