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:
@ -19,7 +19,7 @@ The following placeholders will be used:
|
||||
|
||||

|
||||
|
||||
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".
|
||||
|
||||
|
||||
@ -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**.
|
||||
|
||||

|
||||
|
||||
|
||||
Reference in New Issue
Block a user