s3-docs: Fix Bug #4280. Shutdown scripts are called as root for privileged users.
authorGünther Deschner <gd@samba.org>
Thu, 11 Jun 2009 22:46:38 +0000 (00:46 +0200)
committerKarolin Seeger <kseeger@samba.org>
Mon, 15 Jun 2009 08:12:19 +0000 (10:12 +0200)
GUenther
(cherry picked from commit 3938d1e5fa1996f64e92d33d6893bab620d16b23)
(cherry picked from commit 0491f038403036814acf6eacc7bb742345bbe27b)
(cherry picked from commit d4b57dab0beada704fcbeae86ae5b5dd257030a0)
(cherry picked from commit 191f34654b653ed1f376c842d2d023c43eb866e0)

docs-xml/smbdotconf/logon/abortshutdownscript.xml
docs-xml/smbdotconf/logon/shutdownscript.xml

index 45bed073eabf7e99b111ffefabaaee74e3d7e70d..a8228cb9a7380e31297b0d81d712440467df6b41 100644 (file)
@@ -9,7 +9,7 @@
        should stop a shutdown procedure issued by the <smbconfoption name="shutdown script"/>.</para>
                
        <para>If the connected user posseses the <constant>SeRemoteShutdownPrivilege</constant>,
-       right, this command will be run as user.</para>
+       right, this command will be run as root.</para>
 </description>
 <value type="default">&quot;&quot;</value>
 <value type="example">/sbin/shutdown -c</value>
index 076704aee7368bd6713f3d6af6863e036368b86a..2936a14c56d0eb9b85b4b907805617afc2a37b06 100644 (file)
@@ -10,7 +10,7 @@
        start a shutdown procedure.</para>
 
        <para>If the connected user posseses the <constant>SeRemoteShutdownPrivilege</constant>,
-       right, this command will be run as user.</para>
+       right, this command will be run as root.</para>
 
        <para>The %z %t %r %f variables are expanded as follows:</para>