mirror of
https://github.com/samba-team/samba.git
synced 2025-01-07 17:18:11 +03:00
19 lines
693 B
XML
19 lines
693 B
XML
|
<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>
|