mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
64b720d284
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
16 lines
511 B
XML
16 lines
511 B
XML
<samba:parameter name="root postexec"
|
|
context="S"
|
|
type="string"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>
|
|
This is the same as the <parameter moreinfo="none">postexec</parameter>
|
|
parameter except that the command is run as root. This is useful for
|
|
unmounting filesystems (such as CDROMs) after a connection is closed.
|
|
</para>
|
|
</description>
|
|
|
|
<related>postexec</related>
|
|
<value type="default"></value>
|
|
</samba:parameter>
|