mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-09 02:52:04 +08:00
ITS#9203 Remove default values from slapd-pw-argon2.5
The defaults vary by crypto library and possibly even version, so it's not worth trying to keep them accurate.
This commit is contained in:
parent
0ec42b08b4
commit
feb6f21d2e
@ -35,21 +35,17 @@ but it can be configured by giving the following parameters:
|
||||
Set memory usage to
|
||||
.I <memory>
|
||||
kiB.
|
||||
If not given, it defaults to
|
||||
.BR 4096 .
|
||||
.TP
|
||||
.BI p= <parallelism>
|
||||
Set parallelism to
|
||||
.I <parallelism>
|
||||
threads.
|
||||
If not given, it defaults to
|
||||
.BR 1 .
|
||||
.TP
|
||||
.BI t= <iterations>
|
||||
Set the number of iterations to
|
||||
.IR <iterations> .
|
||||
If not given, it defaults to
|
||||
.BR 3 .
|
||||
.LP
|
||||
These replace defaults when preparing hashes for new passwords where possible.
|
||||
.LP
|
||||
After loading the module, the password scheme
|
||||
.B {ARGON2}
|
||||
|
Loading…
Reference in New Issue
Block a user