docs: fix a typo in history file
[bbaumbach/samba-autobuild/.git] / docs-xml / smbdotconf / domain / allowdnsupdates.xml
1 <samba:parameter name="allow dns updates"
2                  context="G"
3                  type="enum"
4                  enumlist="enum_dns_update_settings"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <description>
7         <para>This option determines what kind of updates to the DNS are allowed.
8         </para>
9
10         <para>DNS updates can either be disallowed completely by setting it to
11                 <constant>disabled</constant>, enabled over secure connections only by
12                 setting it to <constant>secure only</constant> or allowed in all cases
13                 by setting it to <constant>nonsecure</constant>.
14         </para>
15 </description>
16
17 <value type="default">secure only</value>
18 <value type="example">disabled</value>
19 </samba:parameter>