1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
<samba:parameter name="smbd profiling level"
context="G"
type="enum"
enumlist="enum_smbd_profiling_level"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>
This parameter allows the administrator to enable profiling support.
</para>
<para>
Possible values are <constant>off</constant>,
<constant>count</constant> and <constant>on</constant>.
</para>
</description>
<value type="default">off</value>
<value type="example">on</value>
</samba:parameter>
|