summaryrefslogtreecommitdiffstats
path: root/docs-xml
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-06-12 00:46:38 +0200
committerKarolin Seeger <kseeger@samba.org>2009-06-15 10:12:19 +0200
commitd0690a1f34658f0c08307d5287eba5ca2d2da9d5 (patch)
treedbaf9349fc532caad653495d2806bf545ac8616b /docs-xml
parent8ba1a1f61986132bb6f5b2f36b59a73e952b381d (diff)
downloadsamba-d0690a1f34658f0c08307d5287eba5ca2d2da9d5.tar.gz
samba-d0690a1f34658f0c08307d5287eba5ca2d2da9d5.tar.xz
samba-d0690a1f34658f0c08307d5287eba5ca2d2da9d5.zip
s3-docs: Fix Bug #4280. Shutdown scripts are called as root for privileged users.
GUenther (cherry picked from commit 3938d1e5fa1996f64e92d33d6893bab620d16b23) (cherry picked from commit 0491f038403036814acf6eacc7bb742345bbe27b) (cherry picked from commit d4b57dab0beada704fcbeae86ae5b5dd257030a0) (cherry picked from commit 191f34654b653ed1f376c842d2d023c43eb866e0)
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/smbdotconf/logon/abortshutdownscript.xml2
-rw-r--r--docs-xml/smbdotconf/logon/shutdownscript.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs-xml/smbdotconf/logon/abortshutdownscript.xml b/docs-xml/smbdotconf/logon/abortshutdownscript.xml
index 45bed073eab..a8228cb9a73 100644
--- a/docs-xml/smbdotconf/logon/abortshutdownscript.xml
+++ b/docs-xml/smbdotconf/logon/abortshutdownscript.xml
@@ -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>
diff --git a/docs-xml/smbdotconf/logon/shutdownscript.xml b/docs-xml/smbdotconf/logon/shutdownscript.xml
index 076704aee73..2936a14c56d 100644
--- a/docs-xml/smbdotconf/logon/shutdownscript.xml
+++ b/docs-xml/smbdotconf/logon/shutdownscript.xml
@@ -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>