website/docs: fix openssl rand commands (#9554)

* website/docs: fix openssl rand commands

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* Update website/integrations/sources/freeipa/index.md

Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
Signed-off-by: Jens L. <jens@beryju.org>

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens L. <jens@beryju.org>
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
This commit is contained in:
Jens L
2024-05-03 14:24:04 +02:00
committed by GitHub
parent 13da6f5151
commit 49cf10e9bd
7 changed files with 11 additions and 11 deletions

View File

@ -19,7 +19,7 @@ The following placeholders will be used:
![](./01_user_create.png)
3. Give the User a password, generated using for example `pwgen 64 1` or `openssl rand -base64 36`.
3. Give the User a password, generated using for example `pwgen 64 1` or `openssl rand 36 | base64`.
4. Open the Delegation of Control Wizard by right-clicking the domain and selecting "All Tasks".

View File

@ -16,7 +16,7 @@ The following placeholders will be used:
1. Log into FreeIPA.
2. Create a user in FreeIPA, matching your naming scheme. Provide a strong password, example generation methods: `pwgen 64 1` or `openssl rand -base64 36`. Once done click `Add and Edit`.
2. Create a user in FreeIPA, matching your naming scheme. Provide a strong password, example generation methods: `pwgen 64 1` or `openssl rand 36 | base64`. After you are done click **Add and Edit**.
![](./01_user_create.png)