mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
64b720d284
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
18 lines
539 B
XML
18 lines
539 B
XML
<samba:parameter name="root preexec"
|
|
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">preexec</parameter>
|
|
parameter except that the command is run as root. This is useful for
|
|
mounting filesystems (such as CDROMs) when a connection is opened.
|
|
</para>
|
|
</description>
|
|
|
|
<related>preexec</related>
|
|
<related>preexec close</related>
|
|
|
|
<value type="default"></value>
|
|
</samba:parameter>
|