1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

smb.conf(5): Add basic documentation for 'dns update command'.

This commit is contained in:
Jelmer Vernooij 2012-09-28 10:16:08 -07:00
parent 3cc61af7ff
commit 4ccea7f867

View File

@ -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>