mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
b92038072f
Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
17 lines
545 B
XML
17 lines
545 B
XML
<samba:parameter name="root postexec"
|
|
context="S"
|
|
type="string"
|
|
substitution="1"
|
|
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>
|