From 3938d1e5fa1996f64e92d33d6893bab620d16b23 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 12 Jun 2009 00:46:38 +0200 Subject: s3-docs: Fix Bug #4280. Shutdown scripts are called as root for privileged users. GUenther --- docs-xml/smbdotconf/logon/abortshutdownscript.xml | 2 +- docs-xml/smbdotconf/logon/shutdownscript.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs-xml/smbdotconf/logon') 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 . If the connected user posseses the SeRemoteShutdownPrivilege, - right, this command will be run as user. + right, this command will be run as root. "" /sbin/shutdown -c 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. If the connected user posseses the SeRemoteShutdownPrivilege, - right, this command will be run as user. + right, this command will be run as root. The %z %t %r %f variables are expanded as follows: -- cgit