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)
committerGünther Deschner <gd@samba.org>
Thu, 11 Jun 2009 22:48:23 +0000 (00:48 +0200)
GUenther

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>