mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 07:34:15 +02:00
Merge pull request #6177 from Icinga/fix/doc-api-user
Doc: Fix typo in API user creation example
This commit is contained in:
commit
8b2129b845
@ -27,7 +27,7 @@ The CLI command `icinga2 api user` allows you to create an ApiUser object with a
|
|||||||
added to your configuration. Example:
|
added to your configuration. Example:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ icinga2 api user --user icingaweb2 --passwd icinga
|
$ icinga2 api user --user icingaweb2 --password icinga
|
||||||
object ApiUser "icingaweb2" {
|
object ApiUser "icingaweb2" {
|
||||||
password_hash ="$5$d5f1a17ea308acb6$9e9fd5d24a9373a16e8811765cc5a5939687faf9ef8ed496db6e7f1d0ae9b2a9"
|
password_hash ="$5$d5f1a17ea308acb6$9e9fd5d24a9373a16e8811765cc5a5939687faf9ef8ed496db6e7f1d0ae9b2a9"
|
||||||
// client_cn = ""
|
// client_cn = ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user