From 440f96a373e45deffd01bf665851e910d994e521 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Fri, 14 Oct 2011 10:27:59 +0300 Subject: Document --preserve-sssd option of ipa-client-install Add documentation about --preserve-sssd, an ipa-client-install's option to honor previously available SSSD configuration in case it is not possible to merge it cleanly with the new one. In this case ipa-client-install will fail and ask user to fix SSSD config before continuing. Additional fix for https://fedorahosted.org/freeipa/ticket/1750 https://fedorahosted.org/freeipa/ticket/1769 --- ipa-client/man/ipa-client-install.1 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ipa-client/man/ipa-client-install.1 b/ipa-client/man/ipa-client-install.1 index 0bfbe5451..fa2950f26 100644 --- a/ipa-client/man/ipa-client-install.1 +++ b/ipa-client/man/ipa-client-install.1 @@ -85,6 +85,15 @@ Configure SSSD not to store user password when the server is offline. .TP \fB\-S\fR, \fB\-\-no\-sssd\fR Do not configure the client to use SSSD for authentication, use nss_ldap instead. +.TP +\fB\-\-preserve\-sssd\fR +Disabled by default. When enabled, preserves old SSSD configuration if it is +not possible to merge it with a new one. Effectively, if the merge is not +possible due to SSSDConfig reader encountering unsupported options, +\fBipa\-client\-install\fR will not run further and ask to fix SSSD config +first. When this option is not specified, \fBipa\-client\-install\fR will back +up SSSD config and create new one. The back up version will be restored during +uninstall. .SS "UNINSTALL OPTIONS" .TP -- cgit