summaryrefslogtreecommitdiffstats
path: root/server/config
Commit message (Collapse)AuthorAgeFilesLines
* Add support for offline auth cache timeoutStephen Gallagher2009-10-221-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.
* Bring SSSDConfig API options up-to-dateStephen Gallagher2009-10-223-21/+68
|
* Package SSSDConfig APIStephen Gallagher2009-10-131-0/+34
|
* Add plugin configuration schema for proxy providerStephen Gallagher2009-10-131-0/+7
|
* Add new SSSDConfig python APIStephen Gallagher2009-10-129-0/+2111
Also adds unit tests for the SSSDConfig API