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
.)