mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
17726dab60
Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
19 lines
573 B
XML
19 lines
573 B
XML
<samba:parameter name="root preexec"
|
|
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">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>
|