Copying restrictions apply. See COPYRIGHT/LICENSE.
$OpenLDAP$
moduleload argon2 [ <parameters> ]
The argon2 module to slapd (8) provides support for the use of the key derivation function Argon2, that was selected as the winner of the Password Hashing Competition in July 2015, in hashed passwords in OpenLDAP.
It does so by providing the additional password scheme {ARGON2} for use in slapd.
m= <memory> Set memory usage to <memory> kiB.
p= <parallelism> Set parallelism to <parallelism> threads. Currently supported only when linked with libargon2 .
t= <iterations> Set the number of iterations to <iterations> .
These replace defaults when preparing hashes for new passwords where possible.
After loading the module, the password scheme {ARGON2} will be recognised in values of the userPassword attribute.
You can then instruct OpenLDAP to use this scheme when processing the LDAPv3 Password Modify (RFC 3062) extended operations by using the password-hash option in slapd.conf (5):
password-hash {ARGON2}
-o module-load = argon2
-o module-load =" argon2 [ <param> ...]"
-o module-path = pathspec
userPassword: {ARGON2}$argon2i$v=19$m=4096,t=3,p=1$c2FsdHNhbHQ$DKlexoEJUoZTmkAAC3SaMWk30El9/RvVhlqGo6afIng
userPassword: {ARGON2}$argon2i$v=19$m=4096,t=3,p=1$c2FsdHNhbHRzYWx0$qOCkx9nMeFlaGOO4DUmPDgrlUbgMMuO9T1+vQCFuyzw
R http://www.OpenLDAP.org/doc/ "OpenLDAP Administrator's Guide" E
OpenLDAP is developed and maintained by R http://www.openldap.org/ The OpenLDAP Project E . OpenLDAP is derived from University of Michigan LDAP 3.3 Release.