1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/docs-xml/smbdotconf/misc/smbdprofilinglevel.xml
Michael Adam 63e3c75374 docs:smbdotconf: add enumlist property to parameters where missing
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
2015-07-31 01:55:29 +02:00

18 lines
559 B
XML

<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>