2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 13:37:55 +00:00

[2641] Update guide for default username/password changes

This commit is contained in:
Mukund Sivaraman 2013-02-12 15:58:19 +05:30 committed by JINMEI Tatuya
parent ddca3c089d
commit d1af010b64

View File

@ -418,6 +418,13 @@ var/
</para>
</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>
@ -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>
&gt; <userinput>config add Init/components b10-auth</userinput>
&gt; <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>