URL: https://github.com/SSSD/sssd/pull/320
Author: amitkumar50
 Title: #320: MAN: Updating option ipa_server_mode in man sssd-ipa
Action: synchronized

To pull the PR as Git branch:
git remote add ghsssd https://github.com/SSSD/sssd
git fetch ghsssd pull/320/head:pr320
git checkout pr320
From f24c04a5390ac3cb7646745f2cde75b8746198dd Mon Sep 17 00:00:00 2001
From: AmitKumar <amitk...@redhat.com>
Date: Tue, 11 Jul 2017 23:05:25 +0530
Subject: [PATCH] MAN: Updating option ipa_server_mode in man sssd-ipa

Changes done for section ipa_server_mode since description of section was bit vague. Text is re-phrased for better understanding.

Resolves: https://pagure.io/SSSD/sssd/issue/3404
---
 src/man/sssd-ipa.5.xml | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/src/man/sssd-ipa.5.xml b/src/man/sssd-ipa.5.xml
index 98db5b96d..5e7f8ff1a 100644
--- a/src/man/sssd-ipa.5.xml
+++ b/src/man/sssd-ipa.5.xml
@@ -482,14 +482,15 @@
                 <varlistentry>
                     <term>ipa_server_mode (boolean)</term>
                     <listitem>
-                        <para>
-                            This option should only be set by the IPA
-                            installer.
-                        </para>
-                        <para>
-                            The option denotes that the SSSD is running on
-                            IPA server and should perform lookups of users
-                            and groups from trusted domains differently.
+			<para>
+                            This option will be set by the IPA installer
+                            (ipa-server-install) automatically and denotes
+                            if SSSD is running on an IPA server or not.
+                        </para>
+			<para>
+                            On an IPA server SSSD will lookup users and groups
+                            from trusted domains directly while on a client
+                            it will ask an IPA server.
                         </para>
                         <para>
                             Default: false
_______________________________________________
sssd-devel mailing list -- sssd-devel@lists.fedorahosted.org
To unsubscribe send an email to sssd-devel-le...@lists.fedorahosted.org

Reply via email to