Fix docu for generate password (#526)

This commit is contained in:
cuberoot74088 2021-07-15 00:23:11 +02:00 committed by GitHub
parent 7997864187
commit ff952cbed2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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