Browse Source

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


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1563 e5f2f494-b856-4b98-b285-d166d9295462

Jeremy C. Reed 15 years ago
parent
commit
36139df307
2 changed files with 15 additions and 3 deletions
  1. 7 2
      src/bin/bindctl/bindctl.1
  2. 8 1
      src/bin/bindctl/bindctl.xml

+ 7 - 2
src/bin/bindctl/bindctl.1

@@ -2,12 +2,12 @@
 .\"     Title: bindctl
 .\"     Title: bindctl
 .\"    Author: [see the "AUTHORS" section]
 .\"    Author: [see the "AUTHORS" section]
 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
-.\"      Date: January 19, 2010
+.\"      Date: March 18, 2010
 .\"    Manual: BIND10
 .\"    Manual: BIND10
 .\"    Source: BIND10
 .\"    Source: BIND10
 .\"  Language: English
 .\"  Language: English
 .\"
 .\"
-.TH "BINDCTL" "1" "January 19, 2010" "BIND10" "BIND10"
+.TH "BINDCTL" "1" "March 18, 2010" "BIND10" "BIND10"
 .\" -----------------------------------------------------------------
 .\" -----------------------------------------------------------------
 .\" * set default formatting
 .\" * set default formatting
 .\" -----------------------------------------------------------------
 .\" -----------------------------------------------------------------
@@ -37,6 +37,11 @@ communicates over the REST\-ful interface provided by
 \fBb10-cfgmgr\fR(8)
 \fBb10-cfgmgr\fR(8)
 daemon stores the configurations and defines the commands\&.
 daemon stores the configurations and defines the commands\&.
 .PP
 .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
 The
 \fBbindctl\fR
 \fBbindctl\fR
 prompt shows
 prompt shows

+ 8 - 1
src/bin/bindctl/bindctl.xml

@@ -21,7 +21,7 @@
 <refentry>
 <refentry>
 
 
   <refentryinfo>
   <refentryinfo>
-    <date>January 19, 2010</date>
+    <date>March 18, 2010</date>
   </refentryinfo>
   </refentryinfo>
 
 
   <refmeta>
   <refmeta>
@@ -69,6 +69,13 @@
     </para>
     </para>
 
 
     <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>
       The <command>bindctl</command> prompt shows
       The <command>bindctl</command> prompt shows
       <quote>&gt; </quote>.
       <quote>&gt; </quote>.
        The prompt will also display the location if changed.
        The prompt will also display the location if changed.