summaryrefslogtreecommitdiffstats
path: root/docs-xml
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-06-12 00:46:38 +0200
committerGünther Deschner <gd@samba.org>2009-06-12 00:48:23 +0200
commit3938d1e5fa1996f64e92d33d6893bab620d16b23 (patch)
treeb049f877924f3af0ae1445e4d1a24b163a5635a8 /docs-xml
parentb8f36d3eb8d04ec15a53816d78c851868916054f (diff)
downloadsamba-3938d1e5fa1996f64e92d33d6893bab620d16b23.tar.gz
samba-3938d1e5fa1996f64e92d33d6893bab620d16b23.tar.xz
samba-3938d1e5fa1996f64e92d33d6893bab620d16b23.zip
s3-docs: Fix Bug #4280. Shutdown scripts are called as root for privileged users.
GUenther
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>