From d1af010b641ff25dda7aa76ec6beba1ba551467d Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Tue, 12 Feb 2013 15:58:19 +0530 Subject: [PATCH] [2641] Update guide for default username/password 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 0d1913f4e4..d99e3637ab 100644 --- a/doc/guide/bind10-guide.xml +++ b/doc/guide/bind10-guide.xml @@ -418,6 +418,13 @@ var/ + + Create a user for yourself: + $ cd /usr/local/etc/bind10/ + $ /usr/local/sbin/b10-cmdctl-usermgr + + + Start the server (as root): $ /usr/local/sbin/bind10 @@ -430,7 +437,7 @@ var/ DNS service (by using the bindctl utility to configure the b10-auth component to run): $ bindctl - (Login with the provided default username and password.) + (Login with the username and password you used above to create a user.) > config add Init/components b10-auth > config set Init/components/b10-auth/special auth @@ -1113,10 +1120,6 @@ but that is a single file, maybe this should go back to that format? /usr/local/etc/bind10/cmdctl-accounts.csv. This comma-delimited file lists the accounts with a user name, hashed password, and salt. - (A sample file is at - /usr/local/share/bind10/cmdctl-accounts.csv. - It contains the user named root with the password - bind10.)