diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2012-09-28 10:31:08 -0700 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2012-10-18 22:34:30 +0200 |
commit | b0b0266aa70721ebfea8dbc2602e81984a3b6023 (patch) | |
tree | 996bfc20c70c8353ede493500e04f6b3917d1753 /docs-xml/smbdotconf | |
parent | 4ccea7f86796070ae6dbf404aa93ad4e5a7ae66e (diff) | |
download | samba-b0b0266aa70721ebfea8dbc2602e81984a3b6023.tar.gz samba-b0b0266aa70721ebfea8dbc2602e81984a3b6023.tar.bz2 samba-b0b0266aa70721ebfea8dbc2602e81984a3b6023.zip |
smb.conf(5): Add basic documentation for 'rndc command'.
Diffstat (limited to 'docs-xml/smbdotconf')
-rw-r--r-- | docs-xml/smbdotconf/domain/rndccommand.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/domain/rndccommand.xml b/docs-xml/smbdotconf/domain/rndccommand.xml new file mode 100644 index 0000000000..f22ea1fdb9 --- /dev/null +++ b/docs-xml/smbdotconf/domain/rndccommand.xml @@ -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> |