From e241028cc0993fb87306bd097a45f99a5ea3a50d Mon Sep 17 00:00:00 2001 From: "Jeremy C. Reed" Date: Wed, 2 Mar 2011 11:48:12 -0600 Subject: [PATCH 1/4] [jreed-docs] need todo the configuration docs for bind10 --- src/bin/bind10/bind10.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/bin/bind10/bind10.xml b/src/bin/bind10/bind10.xml index dd8daf9f1c..8ff059b9e5 100644 --- a/src/bin/bind10/bind10.xml +++ b/src/bin/bind10/bind10.xml @@ -175,6 +175,9 @@ The default is the basename of ARG 0. + + + + To manually trigger a zone transfer to retrieve a remote zone, you may use the bindctl utility. @@ -1236,6 +1249,9 @@ TODO > Xfrin retransfer zone_name="" master= + + + @@ -1342,28 +1358,34 @@ what is XfroutClient xfr_client?? - - To enable forwarding, the upstream address and port must be - configured to forward queries to, such as: +
+ Forwarding - + + + To enable forwarding, the upstream address and port must be + configured to forward queries to, such as: + + > config set Resolver/forward_addresses [{ "address": "192.168.1.1", "port": 53 }] > config commit - (Replace 192.168.1.1 to point to your - full resolver.) - + (Replace 192.168.1.1 to point to your + full resolver.) + - - Normal iterative name service can be re-enabled by clearing the - forwarding address(es); for example: + + Normal iterative name service can be re-enabled by clearing the + forwarding address(es); for example: - + > config set Resolver/forward_addresses [] > config commit - + + +
- +
From b923cbf809b74f03d3f13a147ac098dc376b45a4 Mon Sep 17 00:00:00 2001 From: "Jeremy C. Reed" Date: Mon, 14 Mar 2011 16:06:05 -0500 Subject: [PATCH 4/4] [jreed-docs] regenerate manual --- src/bin/bindctl/bindctl.1 | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/src/bin/bindctl/bindctl.1 b/src/bin/bindctl/bindctl.1 index e86eca2dfe..97700d6ea2 100644 --- a/src/bin/bindctl/bindctl.1 +++ b/src/bin/bindctl/bindctl.1 @@ -22,7 +22,7 @@ bindctl \- control and configure BIND 10 .SH "SYNOPSIS" .HP \w'\fBbindctl\fR\ 'u -\fBbindctl\fR [\fB\-a\ \fR\fB\fIaddress\fR\fR] [\fB\-h\fR] [\fB\-c\ \fR\fB\fIfile\fR\fR] [\fB\-p\ \fR\fB\fInumber\fR\fR] [\fB\-\-address\ \fR\fB\fIaddress\fR\fR] [\fB\-\-help\fR] [\fB\-\-certificate\-chain\ \fR\fB\fIfile\fR\fR] [\fB\-\-port\ \fR\fB\fInumber\fR\fR] [\fB\-\-version\fR] +\fBbindctl\fR [\fB\-a\ \fR\fB\fIaddress\fR\fR] [\fB\-h\fR] [\fB\-c\ \fR\fB\fIfile\fR\fR] [\fB\-p\ \fR\fB\fInumber\fR\fR] [\fB\-\-address\ \fR\fB\fIaddress\fR\fR] [\fB\-\-help\fR] [\fB\-\-certificate\-chain\ \fR\fB\fIfile\fR\fR] [\fB\-\-csv\-file\-dir\fR\fB\fIfile\fR\fR] [\fB\-\-port\ \fR\fB\fInumber\fR\fR] [\fB\-\-version\fR] .SH "DESCRIPTION" .PP The @@ -52,6 +52,11 @@ daemon\&. The default is 127\&.0\&.0\&.1\&. The PEM formatted server certificate validation chain file\&. .RE .PP +\fB\-\-csv\-file\-dir\fR\fIfile\fR +.RS 4 +The directory name in which the user/password CSV file is stored (see AUTHENTICATION)\&. By default this option doesn\'t have any value, in which case the "\&.bind10" directory under the user\'s home directory will be used\&. +.RE +.PP \fB\-h\fR, \fB\-\-help\fR .RS 4 Display command usage\&. @@ -85,10 +90,10 @@ Display the version number and exit\&. .RE .SH "AUTHENTICATION" .PP -The tool will authenticate using a username and password\&. On the first successful login, it will save the details to -~/\&.bind10/default_user\&.csv -which will be used for later uses of -\fBbindctl\fR\&. +The tool will authenticate using a username and password\&. On the first successful login, it will save the details to a comma\-separated\-value (CSV) file which will be used for later uses of +\fBbindctl\fR\&. The file name is +default_user\&.csv +located under the directory specified by the \-\-csv\-file\-dir option\&. .SH "USAGE" .PP The