mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-27 01:02:53 -05:00
* use 'crypto_pwhash_str_alg(..., crypto_pwhash_ALG_ARGON2ID13)' to set the algorithm to Argon2. According to libsodium's documentation, the original 'crypto_pwhash_str()' only guarantees a "memory-hard, CPU-intensive hash function", but not necessarily Argon2. Although in released versions of libsodium Argon2 is the only implemented backend, this may chane in the future. * multiply the 'memory' parameter by 1024 to align it with the libargon2 implementation. The objective is to have consistent configuration in OpenLDAP's pw-argon2 module no matter what backend implementation is used. Signed-off-by: Peter Marschall <peter@adpm.de> |
||
|---|---|---|
| .. | ||
| ldapc++ | ||
| ldaptcl | ||
| slapd-modules | ||
| slapd-tools | ||
| slapi-plugins/addrdnvalues | ||
| ConfigOIDs | ||
| README | ||
OpenLDAP Contributed Software README OpenLDAP Project provides a number of freely-distributable LDAP software packages. While distributed as part of OpenLDAP Software, they are not necessarily supported by the OpenLDAP Project. Some packages may be out of date. Each package in this directory has its own use and may have different redistribution restrictions than typical for OpenLDAP Software. Current contributions: ldapc++ LDAP C++ API Contributed by SuSE Gmbh. ldaptcl LDAP TCL API Contributed by NeoSoft slapd-modules Native-API modules slapd-tools Tools to use with slapd slapi-plugins SLAPI plugins OpenLDAP Contributing Guidelines are available at: <http://www.openldap.org/devel/contributing.html>. $OpenLDAP$