mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
46069ed06c
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
15 lines
509 B
XML
15 lines
509 B
XML
<samba:parameter name="dns update command"
|
|
context="G"
|
|
type="cmdlist"
|
|
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>
|