mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-24 13:07:00 +01:00
Fix docu for generate password (#526)
This commit is contained in:
parent
7997864187
commit
ff952cbed2
|
@ -25,10 +25,10 @@ and sensitive data), group management, and more.
|
||||||
## Recovering the Initial idm_admin Account
|
## Recovering the Initial idm_admin Account
|
||||||
|
|
||||||
By default the idm_admin has no password, and can not be accessed. You should recover it with the
|
By default the idm_admin has no password, and can not be accessed. You should recover it with the
|
||||||
admin (system admin) account. We recommend the use of "generate_password" as it provides a high
|
admin (system admin) account. We recommend the use of "reset_credential" as it provides a high
|
||||||
strength, random, machine only password.
|
strength, random, machine only password.
|
||||||
|
|
||||||
kanidm account credential generate_password --name admin idm_admin
|
kanidm account credential reset_credential --name admin idm_admin
|
||||||
Generated password for idm_admin: tqoReZfz....
|
Generated password for idm_admin: tqoReZfz....
|
||||||
|
|
||||||
## Creating Accounts
|
## Creating Accounts
|
||||||
|
|
|
@ -81,7 +81,7 @@ correct privileges. This can be created and assigned through the group
|
||||||
|
|
||||||
kanidm account create --name admin radius_service_account "Radius Service Account"
|
kanidm account create --name admin radius_service_account "Radius Service Account"
|
||||||
kanidm group add_members --name admin idm_radius_servers radius_service_account
|
kanidm group add_members --name admin idm_radius_servers radius_service_account
|
||||||
kanidm account credential generate_password --name admin radius_service_account
|
kanidm account credential reset_credential --name admin radius_service_account
|
||||||
|
|
||||||
## Deploying a RADIUS Container
|
## Deploying a RADIUS Container
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue