„plugins_auth_ldap“ ändern

ferfissimo 2021-07-29 10:06:28 +00:00
parent 6c541c4493
commit f2e996263c
1 changed files with 2 additions and 1 deletions

@ -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.