]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#9203 Remove default values from slapd-pw-argon2.5
authorRyan Tandy <ryan@nardis.ca>
Thu, 9 Apr 2020 16:36:37 +0000 (09:36 -0700)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 21 Apr 2020 19:40:55 +0000 (19:40 +0000)
The defaults vary by crypto library and possibly even version, so it's
not worth trying to keep them accurate.

contrib/slapd-modules/passwd/argon2/slapd-pw-argon2.5

index 3bb6a43b4cb0bf55939a4a251130399ffdb5bb4f..51a4428622e6d46f9137823ccc6c7a345e19a477 100644 (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}