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:
Ryan Tandy 2020-04-09 09:36:37 -07:00
parent 0ec42b08b4
commit feb6f21d2e

View File

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