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:
parent
ddca3c089d
commit
d1af010b64
@ -418,6 +418,13 @@ var/
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</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>
|
<listitem>
|
||||||
<para>Start the server (as root):
|
<para>Start the server (as root):
|
||||||
<screen>$ <userinput>/usr/local/sbin/bind10</userinput></screen>
|
<screen>$ <userinput>/usr/local/sbin/bind10</userinput></screen>
|
||||||
@ -430,7 +437,7 @@ var/
|
|||||||
DNS service (by using the <command>bindctl</command> utility
|
DNS service (by using the <command>bindctl</command> utility
|
||||||
to configure the <command>b10-auth</command> component to
|
to configure the <command>b10-auth</command> component to
|
||||||
run): <screen>$ <userinput>bindctl</userinput></screen>
|
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>
|
<screen>
|
||||||
> <userinput>config add Init/components b10-auth</userinput>
|
> <userinput>config add Init/components b10-auth</userinput>
|
||||||
> <userinput>config set Init/components/b10-auth/special 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>.
|
<filename>/usr/local/etc/bind10/cmdctl-accounts.csv</filename>.
|
||||||
This comma-delimited file lists the accounts with a user name,
|
This comma-delimited file lists the accounts with a user name,
|
||||||
hashed password, and salt.
|
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>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user