smb.conf(5): Add basic documentation for 'rndc command'.
authorJelmer Vernooij <jelmer@samba.org>
Fri, 28 Sep 2012 17:31:08 +0000 (10:31 -0700)
committerJelmer Vernooij <jelmer@samba.org>
Thu, 18 Oct 2012 20:34:30 +0000 (22:34 +0200)
docs-xml/smbdotconf/domain/rndccommand.xml [new file with mode: 0644]

diff --git a/docs-xml/smbdotconf/domain/rndccommand.xml b/docs-xml/smbdotconf/domain/rndccommand.xml
new file mode 100644 (file)
index 0000000..f22ea1f
--- /dev/null
@@ -0,0 +1,17 @@
+<samba:parameter name="rndc command"
+                 context="G"
+                                type="string"
+                 advanced="1" developer="1"
+                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+<description>
+       <para>This option specifies the path to the name server control utility.
+       </para>
+
+       <para>The <filename>rndc</filename> utility should be a part of the
+               bind installation.
+       </para>
+</description>
+
+<value type="default">/usr/sbin/rndc</value>
+<value type="example">/usr/local/bind9/sbin/rndc</value>
+</samba:parameter>