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 14:23:53 +0200
commiteb3eee778d2f9c96bfa8338c9131bb9ce0b47355 (patch)
treed8fee0ba787f0998c4a7543b4d99077d01913bd7 /docs-xml
parentbb1de2107dd60001d27a783401df80952c3b8c45 (diff)
downloadsamba-eb3eee778d2f9c96bfa8338c9131bb9ce0b47355.tar.gz
samba-eb3eee778d2f9c96bfa8338c9131bb9ce0b47355.tar.xz
samba-eb3eee778d2f9c96bfa8338c9131bb9ce0b47355.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)
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>