Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-10-29 | Tidy up ipa options | Simo Sorce | 2 | -5/+1 | |
Do not replicate every and each option we may want to set in ipa. Just read out ldap and krb provider options (added reference in the manual too, and removed mention of ipa specific timeout values, use ldap options for that) Avoid calling auth module initialization twice, just pass the auth context to the chpass module too. Add a new ldap option SDAP_SEARCH_BASE, so that a single searching base can be used for both users and groups. the user and group search bases can still be set separately if necessary but they are now optional and set to be identical to SDAP_SEARCH_BASE if not explicitly specified in the configuration. | |||||
2009-10-27 | Move responsibility for entry expiration timeout | Simo Sorce | 1 | -1/+0 | |
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-26 | Add IPA conf template | Simo Sorce | 1 | -0/+9 | |
2009-10-22 | Bring SSSDConfig API options up-to-date | Stephen Gallagher | 1 | -2/+33 | |
2009-10-13 | Add plugin configuration schema for proxy provider | Stephen Gallagher | 1 | -0/+7 | |
2009-10-12 | Add new SSSDConfig python API | Stephen Gallagher | 3 | -0/+56 | |
Also adds unit tests for the SSSDConfig API |