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