summaryrefslogtreecommitdiff
path: root/docs-xml/smbdotconf/domain/allowdnsupdates.xml
blob: 1563d2938f4001765b24441598fc9ab51e6c2d11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<samba:parameter name="allow dns updates"
                 context="G"
                 type="enum"
                 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>