summaryrefslogtreecommitdiffstats
path: root/server/config/etc/sssd.api.d/sssd-ldap.conf
Commit message (Collapse)AuthorAgeFilesLines
* Rename server/ directory to src/Stephen Gallagher2010-02-181-68/+0
| | | | Also update BUILD.txt
* Add mandatory flag to SSSD config schemaStephen Gallagher2010-02-051-60/+60
| | | | | | | | | 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.
* Remove unnecessary explicit defaults from SSSDConfig APIStephen Gallagher2010-02-051-1/+1
|
* Add new option ldap_referralsSumit Bose2010-02-021-0/+1
|
* Add ldap_pwd_policy optionSumit Bose2009-11-231-0/+1
|
* Add cleanup taskSimo Sorce2009-11-101-0/+1
|
* Rename sdap_id_map to sdap_attr_mapSimo Sorce2009-11-031-0/+2
| | | | | | Also start adding some infrastructure to use the USN counter when available. In particular add a place to add generic attrs mapping, ie attributes that are neither user nor group specific.
* Tidy up ipa optionsSimo Sorce2009-10-291-0/+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.
* Move responsibility for entry expiration timeoutSimo Sorce2009-10-271-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)
* Bring SSSDConfig API options up-to-dateStephen Gallagher2009-10-221-2/+33
|
* Add new SSSDConfig python APIStephen Gallagher2009-10-121-0/+32
Also adds unit tests for the SSSDConfig API