blob: fc7d3e898cb7fda7ab58418c3167817aae953d79 (
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</constant> or allowed in all cases
by setting it to <constant>enabled</constant> or <constant>nonsecure</constant>.
</para>
</description>
<value type="default">secure only</value>
<value type="example">disabled</value>
</samba:parameter>
|