diff options
-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 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">""</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> |