diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2012-09-28 10:35:06 -0700 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2012-10-18 22:34:30 +0200 |
commit | 68fdcaa6b7f69c622df958413ee3809e56861c04 (patch) | |
tree | 3c8d4f60834f2215a575c762fc30c356c98abc61 /docs-xml/smbdotconf | |
parent | b0b0266aa70721ebfea8dbc2602e81984a3b6023 (diff) | |
download | samba-68fdcaa6b7f69c622df958413ee3809e56861c04.tar.gz samba-68fdcaa6b7f69c622df958413ee3809e56861c04.tar.bz2 samba-68fdcaa6b7f69c622df958413ee3809e56861c04.zip |
smb.conf(5): Add basic documentation for 'allow dns updates'.
Diffstat (limited to 'docs-xml/smbdotconf')
-rw-r--r-- | docs-xml/smbdotconf/domain/allowdnsupdates.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/domain/allowdnsupdates.xml b/docs-xml/smbdotconf/domain/allowdnsupdates.xml new file mode 100644 index 0000000000..fc7d3e898c --- /dev/null +++ b/docs-xml/smbdotconf/domain/allowdnsupdates.xml @@ -0,0 +1,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> |