[svn] commit: r1563 - in /trunk/src/bin/bindctl: bindctl.1 bindctl.xml

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Mar 19 00:28:41 UTC 2010


Author: jreed
Date: Fri Mar 19 00:28:40 2010
New Revision: 1563

Log:
Add note about default_user.csv.
(Catch up to r1560 and r1561 changes.)

Modified:
    trunk/src/bin/bindctl/bindctl.1
    trunk/src/bin/bindctl/bindctl.xml

Modified: trunk/src/bin/bindctl/bindctl.1
==============================================================================
--- trunk/src/bin/bindctl/bindctl.1 (original)
+++ trunk/src/bin/bindctl/bindctl.1 Fri Mar 19 00:28:40 2010
@@ -2,12 +2,12 @@
 .\"     Title: bindctl
 .\"    Author: [see the "AUTHORS" section]
 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
-.\"      Date: January 19, 2010
+.\"      Date: March 18, 2010
 .\"    Manual: BIND10
 .\"    Source: BIND10
 .\"  Language: English
 .\"
-.TH "BINDCTL" "1" "January 19, 2010" "BIND10" "BIND10"
+.TH "BINDCTL" "1" "March 18, 2010" "BIND10" "BIND10"
 .\" -----------------------------------------------------------------
 .\" * set default formatting
 .\" -----------------------------------------------------------------
@@ -36,6 +36,11 @@
 \fBb10-cmdctl\fR(8)\&. The
 \fBb10-cfgmgr\fR(8)
 daemon stores the configurations and defines the commands\&.
+.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\&.
 .PP
 The
 \fBbindctl\fR

Modified: trunk/src/bin/bindctl/bindctl.xml
==============================================================================
--- trunk/src/bin/bindctl/bindctl.xml (original)
+++ trunk/src/bin/bindctl/bindctl.xml Fri Mar 19 00:28:40 2010
@@ -21,7 +21,7 @@
 <refentry>
 
   <refentryinfo>
-    <date>January 19, 2010</date>
+    <date>March 18, 2010</date>
   </refentryinfo>
 
   <refmeta>
@@ -66,6 +66,13 @@
       The
 <citerefentry><refentrytitle>b10-cfgmgr</refentrytitle><manvolnum>8</manvolnum></citerefentry>
       daemon stores the configurations and defines the commands.
+    </para>
+
+    <para>
+      The tool will authenticate using a username and password.
+      On the first successful login, it will save the details to
+      <filename>~/.bind10/default_user.csv</filename>
+      which will be used for later uses of <command>bindctl</command>.
     </para>
 
     <para>




More information about the bind10-changes mailing list