1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

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

This commit is contained in:
Jelmer Vernooij
2012-09-28 21:25:50 -07:00
parent 0cea6daffe
commit aad30c062f

View File

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