summaryrefslogtreecommitdiff
path: root/server/man/sssd-ipa.5.xml
AgeCommit message (Collapse)AuthorFilesLines
2009-12-10Document the failover feature in manpagesJakub Hrozek1-1/+7
Fixes: #309
2009-12-03Copy-edit sssd-ipa man pageDavid O'Brien1-18/+17
Mainly typo fixes and grammar updates. Application of RH doc styles where appropriate.
2009-11-20Validate Kerberos credentials with local keytabSumit Bose1-0/+17
2009-10-29Tidy up ipa optionsSimo Sorce1-63/+18
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-20Start implementing ipa specific options.Simo Sorce1-0/+182
First step generate ldap options from ipa options. Add sssd-ipa man page too.