Skip to content
Snippets Groups Projects
Commit ba50189b authored by Ryan Tandy's avatar Ryan Tandy Committed by Quanah Gibson-Mount
Browse files

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.
parent 59bed7e6
No related branches found
No related tags found
No related merge requests found
......@@ -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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment