blob: 40cbc5ba547bb100a9ea2a24f42a7388e00c98fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<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>
|