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>
Fri, 12 Jun 2009 06:41:49 +0000 (08:41 +0200)
GUenther
(cherry picked from commit 3938d1e5fa1996f64e92d33d6893bab620d16b23)

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 7e8ec8fd3aaa2c5030d2e9d2f41b9ff5258f6897..398099966c629f05a457fca05128cb7e31b6256f 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>