docs:smbdotconf: remove swat-specific flags.
[Samba.git] / docs-xml / smbdotconf / logon / abortshutdownscript.xml
blobd5f714202fe19032334f1f79c531ba9dbf6e7ca2
1 <samba:parameter name="abort shutdown script"
2                  context="G"
3                                  type="string"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
6         <para>This a full path name to a script called by <citerefentry><refentrytitle>smbd</refentrytitle>
7         <manvolnum>8</manvolnum></citerefentry> that
8         should stop a shutdown procedure issued by the <smbconfoption name="shutdown script"/>.</para>
9                 
10         <para>If the connected user possesses the <constant>SeRemoteShutdownPrivilege</constant>,
11         right, this command will be run as root.</para>
12 </description>
13 <value type="default">&quot;&quot;</value>
14 <value type="example">/sbin/shutdown -c</value>
15 </samba:parameter>