summaryrefslogtreecommitdiffstats
path: root/docs-xml/smbdotconf/domain/allowdnsupdates.xml
blob: 6c0a0d058bb0f162d0240e757c263f9b8b0c00e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<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>