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 de42328b7133f53bda1c88bf59e97ad8a3f6b862 Mon Sep 17 00:00:00 2001
From: AmitKumar <amitk...@redhat.com>
Date: Tue, 11 Jul 2017 23:05:25 +0530
Subject: [PATCH 1/3] 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..6888282e0 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 group
+                            from trusted domains directly while on a client
+                            it will ask an IPA server.
                         </para>
                         <para>
                             Default: false

From eb09527e9d5ea23a0e6c264a13dcca8fa8d57fae Mon Sep 17 00:00:00 2001
From: AmitKumar <amitk...@redhat.com>
Date: Tue, 11 Jul 2017 23:05:25 +0530
Subject: [PATCH 2/3] 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..6888282e0 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 group
+                            from trusted domains directly while on a client
+                            it will ask an IPA server.
                         </para>
                         <para>
                             Default: false

From 94f871bc26cee4468c2d75cb0e98a908ffaf4ce3 Mon Sep 17 00:00:00 2001
From: AmitKumar <amitk...@redhat.com>
Date: Fri, 14 Jul 2017 16:46:21 +0530
Subject: [PATCH 3/3] 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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/man/sssd-ipa.5.xml b/src/man/sssd-ipa.5.xml
index 6888282e0..5e7f8ff1a 100644
--- a/src/man/sssd-ipa.5.xml
+++ b/src/man/sssd-ipa.5.xml
@@ -488,7 +488,7 @@
                             if SSSD is running on an IPA server or not.
                         </para>
 			<para>
-                            On an IPA server SSSD will lookup users and group
+                            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>
_______________________________________________
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