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 9e90f2daf1b8fecdfeafda027fe8a3b7aa9dce76 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 vor 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..e3b7304a9 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-adtrust-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 a51bb601c9b056d71b0a96776e54dfa16f049a49 Mon Sep 17 00:00:00 2001
From: AmitKumar <amitkuma...@users.noreply.github.com>
Date: Wed, 12 Jul 2017 14:38:22 +0530
Subject: [PATCH 2/3] Update sssd-ipa.5.xml

---
 src/man/sssd-ipa.5.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/man/sssd-ipa.5.xml b/src/man/sssd-ipa.5.xml
index e3b7304a9..3b9fdb7a1 100644
--- a/src/man/sssd-ipa.5.xml
+++ b/src/man/sssd-ipa.5.xml
@@ -485,10 +485,11 @@
 			<para>
                             This option will be set by the IPA installer
                             (ipa-adtrust-install) automatically and denotes
-                            if SSSD is running on an IPA server or not.
+                            whether SSSD is running on an IPA server or not
+			    a client.
                         </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>

From 964b9fa5f67c5a705c21a9f01ed9caf211910abc Mon Sep 17 00:00:00 2001
From: AmitKumar <amitkuma...@users.noreply.github.com>
Date: Wed, 12 Jul 2017 14:41:36 +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 vor better understanding.

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

diff --git a/src/man/sssd-ipa.5.xml b/src/man/sssd-ipa.5.xml
index 3b9fdb7a1..9a6ea05fb 100644
--- a/src/man/sssd-ipa.5.xml
+++ b/src/man/sssd-ipa.5.xml
@@ -485,8 +485,8 @@
 			<para>
                             This option will be set by the IPA installer
                             (ipa-adtrust-install) automatically and denotes
-                            whether SSSD is running on an IPA server or not
-			    a client.
+                            whether SSSD is running on an IPA server or not a 
+			    client.
                         </para>
 			<para>
                             On an IPA server SSSD will lookup users and groups
_______________________________________________
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