diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2012-09-28 10:16:08 -0700 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2012-10-18 22:34:29 +0200 |
commit | 4ccea7f86796070ae6dbf404aa93ad4e5a7ae66e (patch) | |
tree | 478763bcab9e7be607676ea72ff969851927cd91 /docs-xml/smbdotconf | |
parent | 3cc61af7ff3b90026fdc6fc84ad905041154bfaf (diff) | |
download | samba-4ccea7f86796070ae6dbf404aa93ad4e5a7ae66e.tar.gz samba-4ccea7f86796070ae6dbf404aa93ad4e5a7ae66e.tar.bz2 samba-4ccea7f86796070ae6dbf404aa93ad4e5a7ae66e.zip |
smb.conf(5): Add basic documentation for 'dns update command'.
Diffstat (limited to 'docs-xml/smbdotconf')
-rw-r--r-- | docs-xml/smbdotconf/domain/dnsupdatecommand.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/domain/dnsupdatecommand.xml b/docs-xml/smbdotconf/domain/dnsupdatecommand.xml new file mode 100644 index 0000000000..b8160abb44 --- /dev/null +++ b/docs-xml/smbdotconf/domain/dnsupdatecommand.xml @@ -0,0 +1,15 @@ +<samba:parameter name="dns update command" + context="G" + type="string" + advanced="1" + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> +<description> + <para>This option sets the command that is called when there are + DNS updates. It should update the local machines DNS names using + TSIG-GSS. + </para> +</description> + +<value type="default">$prefix/sbin/samba_dnsupdate</value> +<value type="example">/usr/local/sbin/dnsupdate</value> +</samba:parameter> |