diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2012-09-28 21:25:50 -0700 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2012-10-18 22:34:32 +0200 |
commit | aad30c062fd176fa15994a44a0178d51764cdbf7 (patch) | |
tree | 96440dfde47e03c1120d788f5214ae26726cf829 /docs-xml/smbdotconf | |
parent | 0cea6daffe42f5b9b6ee61eb430da3f86bea31df (diff) | |
download | samba-aad30c062fd176fa15994a44a0178d51764cdbf7.tar.gz samba-aad30c062fd176fa15994a44a0178d51764cdbf7.tar.bz2 samba-aad30c062fd176fa15994a44a0178d51764cdbf7.zip |
smb.conf(5): Add basic documentation for 'nsupdate command'.
Diffstat (limited to 'docs-xml/smbdotconf')
-rw-r--r-- | docs-xml/smbdotconf/domain/nsupdatecommand.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/domain/nsupdatecommand.xml b/docs-xml/smbdotconf/domain/nsupdatecommand.xml new file mode 100644 index 0000000000..0ad3f5ce52 --- /dev/null +++ b/docs-xml/smbdotconf/domain/nsupdatecommand.xml @@ -0,0 +1,13 @@ +<samba:parameter name="nsupdate command" + context="G" + type="string" + advanced="1" + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> +<description> + <para>This option sets the path to the <filename>nsupdate</filename> + command which is used for GSS-TSIG dynamic DNS updates. + </para> +</description> + +<value type="default">$prefix/sbin/nsupdate -g</value> +</samba:parameter> |