diff options
author | Günther Deschner <gd@samba.org> | 2009-06-12 00:46:38 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-06-12 00:48:23 +0200 |
commit | 3938d1e5fa1996f64e92d33d6893bab620d16b23 (patch) | |
tree | b049f877924f3af0ae1445e4d1a24b163a5635a8 /docs-xml/smbdotconf/logon | |
parent | b8f36d3eb8d04ec15a53816d78c851868916054f (diff) | |
download | samba-3938d1e5fa1996f64e92d33d6893bab620d16b23.tar.gz samba-3938d1e5fa1996f64e92d33d6893bab620d16b23.tar.bz2 samba-3938d1e5fa1996f64e92d33d6893bab620d16b23.zip |
s3-docs: Fix Bug #4280. Shutdown scripts are called as root for privileged users.
GUenther
Diffstat (limited to 'docs-xml/smbdotconf/logon')
-rw-r--r-- | docs-xml/smbdotconf/logon/abortshutdownscript.xml | 2 | ||||
-rw-r--r-- | docs-xml/smbdotconf/logon/shutdownscript.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs-xml/smbdotconf/logon/abortshutdownscript.xml b/docs-xml/smbdotconf/logon/abortshutdownscript.xml index 45bed073ea..a8228cb9a7 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">""</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 076704aee7..2936a14c56 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> |