mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
6c6d2e3142
Signed-off-by: Garming Sam <garming@catalyst.net.nz> Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
16 lines
536 B
XML
16 lines
536 B
XML
<samba:parameter name="dns update command"
|
|
context="G"
|
|
type="list"
|
|
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">&pathconfig.SCRIPTSBINDIR;/samba_dnsupdate</value>
|
|
<value type="example">/usr/local/sbin/dnsupdate</value>
|
|
</samba:parameter>
|