On 10/21/2015 10:01 PM, Dan Lavu wrote:
Pavel,

Here you go, some minor grammatical edits.

---
diff --git a/src/man/sss_override.8.xml b/src/man/sss_override.8.xml
index 24c3893..785e264 100644
--- a/src/man/sss_override.8.xml
+++ b/src/man/sss_override.8.xml
@@ -34,8 +34,13 @@
              and groups. This change takes effect only on local machine.
          </para>
          <para>
-            Overrides data are stored in SSSD cache. If the cache is deleted
-            all local overrides are lost.
+            Overrides data are stored in the SSSD cache. If the cache is 
deleted,
+            all local overrides are lost. Please note that after the first
+            override is created using the any of following<emphasis>user-add,
+            group-add, user-import or group-import </emphasis> command. SSSD 
needs
+            to be restarted to take effect.
+            <emphasis>sss_override</emphasis> prints message when a restart is
+            required.
          </para>
      </refsect1>
---


Thanks Dan! Updated patch attached.
>From 84eb0a5b6096a336b976df0b47b9ec3e1668042c Mon Sep 17 00:00:00 2001
From: Pavel Reichl <reichl.pa...@gmail.com>
Date: Wed, 21 Oct 2015 12:28:37 +0200
Subject: [PATCH] sss_override: Add restart requirements to man page

---
 src/man/sss_override.8.xml | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/src/man/sss_override.8.xml b/src/man/sss_override.8.xml
index 24c38936984946b3284d1523a7321a7e7f3d7982..5be4295183a78a9e6625b6689cb1003ce1c01541 100644
--- a/src/man/sss_override.8.xml
+++ b/src/man/sss_override.8.xml
@@ -34,8 +34,15 @@
             and groups. This change takes effect only on local machine.
         </para>
         <para>
-            Overrides data are stored in SSSD cache. If the cache is deleted
-            all local overrides are lost.
+            Overrides data are stored in the SSSD cache. If the cache is deleted,
+            all local overrides are lost. Please note that after the first
+            override is created using any of the following
+            <emphasis>user-add</emphasis>, <emphasis>group-add</emphasis>,
+            <emphasis>user-import</emphasis> or
+            <emphasis>group-import</emphasis> command. SSSD needs to be
+            restarted to take effect.
+            <emphasis>sss_override</emphasis> prints message when a restart is
+            required.
         </para>
     </refsect1>
 
-- 
2.4.3

_______________________________________________
sssd-devel mailing list
sssd-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/sssd-devel

Reply via email to