1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/docs-xml/smbdotconf/domain/allowdnsupdates.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

20 lines
719 B
XML

<samba:parameter name="allow dns updates"
context="G"
type="enum"
enumlist="enum_dns_update_settings"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>This option determines what kind of updates to the DNS are allowed.
</para>
<para>DNS updates can either be disallowed completely by setting it to
<constant>disabled</constant>, enabled over secure connections only by
setting it to <constant>secure only</constant> or allowed in all cases
by setting it to <constant>nonsecure</constant>.
</para>
</description>
<value type="default">secure only</value>
<value type="example">disabled</value>
</samba:parameter>