BIND 10 trac2641, updated. b17473150271025a5e81254f029bf1c974e8a6a3 [2641] Update guide for default username/password changes
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Feb 12 10:28:35 UTC 2013
The branch, trac2641 has been updated
via b17473150271025a5e81254f029bf1c974e8a6a3 (commit)
from 1c6e31009f92a17bacee4dec32e0c96a78e90242 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b17473150271025a5e81254f029bf1c974e8a6a3
Author: Mukund Sivaraman <muks at isc.org>
Date: Tue Feb 12 15:58:19 2013 +0530
[2641] Update guide for default username/password changes
-----------------------------------------------------------------------
Summary of changes:
doc/guide/bind10-guide.xml | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
-----------------------------------------------------------------------
diff --git a/doc/guide/bind10-guide.xml b/doc/guide/bind10-guide.xml
index 0d1913f..d99e363 100644
--- a/doc/guide/bind10-guide.xml
+++ b/doc/guide/bind10-guide.xml
@@ -419,6 +419,13 @@ var/
</listitem>
<listitem>
+ <para>Create a user for yourself:
+ <screen>$ <userinput>cd /usr/local/etc/bind10/</userinput></screen>
+ <screen>$ <userinput>/usr/local/sbin/b10-cmdctl-usermgr</userinput></screen>
+ </para>
+ </listitem>
+
+ <listitem>
<para>Start the server (as root):
<screen>$ <userinput>/usr/local/sbin/bind10</userinput></screen>
</para>
@@ -430,7 +437,7 @@ var/
DNS service (by using the <command>bindctl</command> utility
to configure the <command>b10-auth</command> component to
run): <screen>$ <userinput>bindctl</userinput></screen>
- (Login with the provided default username and password.)
+ (Login with the username and password you used above to create a user.)
<screen>
> <userinput>config add Init/components b10-auth</userinput>
> <userinput>config set Init/components/b10-auth/special auth</userinput>
@@ -1113,10 +1120,6 @@ but that is a single file, maybe this should go back to that format?
<filename>/usr/local/etc/bind10/cmdctl-accounts.csv</filename>.
This comma-delimited file lists the accounts with a user name,
hashed password, and salt.
- (A sample file is at
- <filename>/usr/local/share/bind10/cmdctl-accounts.csv</filename>.
- It contains the user named <quote>root</quote> with the password
- <quote>bind10</quote>.)
</para>
<para>
More information about the bind10-changes
mailing list