From f2e996263cd87d85b810fd677282f64ee91115bb Mon Sep 17 00:00:00 2001 From: ferfissimo Date: Thu, 29 Jul 2021 10:06:28 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9Eplugins=5Fauth=5Fldap=E2=80=9C=20?= =?UTF-8?q?=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins_auth_ldap.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins_auth_ldap.md b/plugins_auth_ldap.md index ba96206..ee5dcb9 100644 --- a/plugins_auth_ldap.md +++ b/plugins_auth_ldap.md @@ -37,7 +37,8 @@ Available hashes are: `PBKDF2` is only supported as a contrib module, so you might have to install the `openldap2-contrib` package on your LDAP server and configure `slapd.conf` like this: `moduleload pw-pbkdf2.la` `Argon2` was, like `PBKDF2`, provided as a contrib module until OpenLDAP 2.5.0. Starting with 2.5.0 it is a core module, but -still needs to be configured like `moduleload argon2.la` +still needs to be configured like `moduleload argon2.la`. +You also need to install Flaschengeist with argon support `pip3 install --user ".[ldap,argon]"` ### Set up SSL (LDAP over SSL) Regardless it is called SSL we will use TLS as SSL is deprecated.