From eb3eee778d2f9c96bfa8338c9131bb9ce0b47355 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Fri, 12 Jun 2009 00:46:38 +0200 Subject: [PATCH] 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) --- docs-xml/smbdotconf/logon/abortshutdownscript.xml | 2 +- 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 . 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 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. 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: -- 2.11.4.GIT